mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-13 19:55:20 +00: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