mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-13 19:55:20 +00:00
api/youtube: fix audio dub track detection
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user