mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
api/match: fix audio format variable typo
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user