forgor
This commit is contained in:
parent
a8b5555a1b
commit
7472b1732a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export default function(r, host, ip, audioFormat, isAudioOnly) {
|
|||
audioFormat = "m4a"
|
||||
copy = true
|
||||
}
|
||||
if ((host == "tiktok" || host == "douyin") && r.isAudio) {
|
||||
if ((host == "tiktok" || host == "douyin") && r.isAudio && audioFormat == "best") {
|
||||
if (r.isMp3) {
|
||||
audioFormat = "mp3"
|
||||
type = "bridge"
|
||||
|
|
Loading…
Reference in a new issue