api/youtube: fix dubbed hls audio marking
This commit is contained in:
parent
486555bd11
commit
17c020fe22
@ -275,6 +275,7 @@ export default async function(o) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (dubbedAudio && !dubbedAudio.isDefault) {
|
if (dubbedAudio && !dubbedAudio.isDefault) {
|
||||||
|
isDubbed = true;
|
||||||
audio = dubbedAudio;
|
audio = dubbedAudio;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user