aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/html5.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/html5.js')
-rw-r--r--src/js/html5.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/html5.js b/src/js/html5.js
index 34f0c391..0d9a64ea 100644
--- a/src/js/html5.js
+++ b/src/js/html5.js
@@ -60,7 +60,6 @@ const html5 = {
set(input) {
// Get sources
const sources = html5.getSources.call(player);
-
// Get first match for requested size
const source = sources.find(source => Number(source.getAttribute('size')) === input);