summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/views/watch.ecr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/watch.ecr b/src/views/watch.ecr
index 766dda77..6e844b54 100644
--- a/src/views/watch.ecr
+++ b/src/views/watch.ecr
@@ -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--;
}
}