mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/match: fix audio format variable typo
This commit is contained in:
parent
0ffea2d886
commit
8e7b63ade6
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ export default async function(host, patternMatch, lang, obj) {
|
||||||
return matchAction({
|
return matchAction({
|
||||||
r,
|
r,
|
||||||
host,
|
host,
|
||||||
audioFormat: obj.audioFormat,
|
audioFormat: obj.aFormat,
|
||||||
isAudioOnly,
|
isAudioOnly,
|
||||||
isAudioMuted,
|
isAudioMuted,
|
||||||
disableMetadata,
|
disableMetadata,
|
||||||
|
|
Loading…
Reference in a new issue