mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
tiktok: fix m4a being a video with m4a extension
This commit is contained in:
parent
9faccc0a90
commit
2d06b5e970
@ -70,8 +70,8 @@ export default function(r, host, userFormat, isAudioOnly, lang, isAudioMuted, di
|
||||
break;
|
||||
case "tiktok":
|
||||
let audioStreamType = "render";
|
||||
if (audioFormat === r.bestAudio || audioFormat === "best") {
|
||||
audioFormat = r.bestAudio;
|
||||
if (audioFormat === "mp3" || audioFormat === "best") {
|
||||
audioFormat = "mp3";
|
||||
audioStreamType = "bridge"
|
||||
}
|
||||
params = {
|
||||
|
Loading…
Reference in New Issue
Block a user