mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Decrement currentSource length on splice
This commit is contained in:
parent
20c0bff96d
commit
a8db5aaed8
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ var currentSources = player.currentSources();
|
|||
for ( var i = 0; i < currentSources.length; i++ ) {
|
||||
if (player.canPlayType(currentSources[i]["type"].split(";")[0]) === "") {
|
||||
currentSources.splice(i);
|
||||
i--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue