Skip to content

Commit

Permalink
shows HD indicator for hls.js fixes #682
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromoreira committed Nov 20, 2015
1 parent cde609c commit a566745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbacks/html5_video/html5_video.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default class HTML5Video extends Playback {
this.settings.seekEnabled = true
}
this.settings.left = ["playpause", "position", "duration"]
this.settings.right = ["fullscreen", "volume"]
this.settings.right = ["fullscreen", "volume", "hd-indicator"]
}

setupSafari() {
Expand Down

0 comments on commit a566745

Please sign in to comment.