mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +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({
|
||||
r,
|
||||
host,
|
||||
audioFormat: obj.audioFormat,
|
||||
audioFormat: obj.aFormat,
|
||||
isAudioOnly,
|
||||
isAudioMuted,
|
||||
disableMetadata,
|
||||
|
|
Loading…
Reference in a new issue