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.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/js/html5.js b/src/js/html5.js
index fc8da8c0..0876211a 100644
--- a/src/js/html5.js
+++ b/src/js/html5.js
@@ -82,9 +82,6 @@ const html5 = {
triggerEvent.call(player, player.media, 'qualitychange', false, {
quality: input,
});
-
- // Save to storage
- player.storage.set({ quality: input });
},
});
},