mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
api/youtube: fix audio dub track detection
This commit is contained in:
parent
6dcd951e21
commit
a589bf7e54
@ -227,7 +227,7 @@ export default async function(o) {
|
||||
&& i.audio_track
|
||||
)
|
||||
|
||||
if (dubbedAudio) {
|
||||
if (dubbedAudio && !dubbedAudio?.audio_track?.audio_is_default) {
|
||||
audio = dubbedAudio;
|
||||
isDubbed = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user