mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-01 16:33:20 +05:30
Decrement currentSource length on splice
This commit is contained in:
parent
20c0bff96d
commit
a8db5aaed8
@ -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 New Issue
Block a user