Skip to content

Commit

Permalink
Merge pull request #83 from Stremio/lg-loaded-event
Browse files Browse the repository at this point in the history
Loaded Should be Null at Start
  • Loading branch information
jaruba committed May 31, 2024
2 parents 643fa3b + 7ce6b10 commit 8caa15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function WebOsVideo(options) {
throw new Error('Container element required to be instance of HTMLElement');
}

var isLoaded = false;
var isLoaded = null;

var knownMediaId = false;

Expand Down

0 comments on commit 8caa15f

Please sign in to comment.