mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-23 18:16:14 +02:00
api/match-action: fix audio in tiktok picker
it didn't have an audio format in the filename, so it either failed or downloaded without an extension. closes #870
This commit is contained in:
parent
cdd349cfb6
commit
8a24dbb42d
@ -98,7 +98,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
|
||||
type: audioStreamType,
|
||||
url: r.urls,
|
||||
headers: r.headers,
|
||||
filename: r.audioFilename,
|
||||
filename: `${r.audioFilename}.${audioFormat}`,
|
||||
isAudioOnly: true,
|
||||
audioFormat,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user