Skip to content

Commit

Permalink
Carry forward selected quality from a section to the next
Browse files Browse the repository at this point in the history
  • Loading branch information
Dananji committed Oct 26, 2020
1 parent eef7b5a commit 5b8cc3e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,9 @@ class MEJSPlayer {
// Interval in seconds to jump forward and backward in media
let jumpInterval = 5;

// Set default quality value in localStorage
this.localStorage.setItem('quality', this.defaultQuality);

// Mediaelement default root level configuration
let defaults = {
pluginPath: '/assets/mediaelement/shims/',
Expand Down

0 comments on commit 5b8cc3e

Please sign in to comment.