mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-26 03:04:45 +01:00
api/youtube: fix dubbed hls audio marking
This commit is contained in:
parent
486555bd11
commit
17c020fe22
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ export default async function(o) {
|
|||
);
|
||||
|
||||
if (dubbedAudio && !dubbedAudio.isDefault) {
|
||||
isDubbed = true;
|
||||
audio = dubbedAudio;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue