mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-12 11:52:12 +01:00
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"
|
audioFormat = "m4a"
|
||||||
copy = true
|
copy = true
|
||||||
}
|
}
|
||||||
if ((host == "tiktok" || host == "douyin") && r.isAudio) {
|
if ((host == "tiktok" || host == "douyin") && r.isAudio && audioFormat == "best") {
|
||||||
if (r.isMp3) {
|
if (r.isMp3) {
|
||||||
audioFormat = "mp3"
|
audioFormat = "mp3"
|
||||||
type = "bridge"
|
type = "bridge"
|
||||||
|
|
Loading…
Reference in a new issue