Skip to content

Commit

Permalink
Reset 'ready' flag for shaka player
Browse files Browse the repository at this point in the history
  • Loading branch information
comrat committed Mar 18, 2024
1 parent 0d879d2 commit f886cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/video.shaka/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Player.prototype.setSource = function(url) {
var ui = this.ui
this._language = null
this._videoTrackHeight = null
this.ui.ready = false
if (url) {
var self = this
this.shakaPlayer.load(url)
Expand Down

0 comments on commit f886cbd

Please sign in to comment.