Skip to content

Commit

Permalink
Fix: Add bindings for more audio-track and subtitles controls (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press authored and bhh1988 committed Dec 16, 2017
1 parent f40cf05 commit 2028939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/viewers/media/MediaControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ class MediaControls extends EventEmitter {
this.handleRate = this.handleRate.bind(this);
this.handleQuality = this.handleQuality.bind(this);
this.handleAutoplay = this.handleAutoplay.bind(this);
this.handleSubtitle = this.handleSubtitle.bind(this);
this.handleAudioTrack = this.handleAudioTrack.bind(this);

this.setDuration(this.mediaEl.duration);
this.setupSettings();
Expand Down

0 comments on commit 2028939

Please sign in to comment.