diff options
author | Sam Potts <sam@potts.es> | 2018-10-24 22:39:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 22:39:34 +1100 |
commit | 88528ef9799569c0ce31828072cfd3e82d7013b0 (patch) | |
tree | 6ce4fec55e18f09024f210f6a4c8cc1418b6aa11 /src/js/html5.js | |
parent | aa20ebaa9c38363c0d1720bbb6c3c37eef630393 (diff) | |
parent | b6175b1ca903640cb44f62e29cc10d77fc3655be (diff) | |
download | plyr-88528ef9799569c0ce31828072cfd3e82d7013b0.tar.lz plyr-88528ef9799569c0ce31828072cfd3e82d7013b0.tar.xz plyr-88528ef9799569c0ce31828072cfd3e82d7013b0.zip |
Merge pull request #1197 from TechGuard/fix-html5-quality-settings
Fix html5 quality settings
Diffstat (limited to 'src/js/html5.js')
-rw-r--r-- | src/js/html5.js | 3 |
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 }); }, }); }, |