@stremio/stremio-video 0.0.41 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stremio/stremio-video",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Abstraction layer on top of different media players",
5
5
  "author": "Smart Code OOD",
6
6
  "main": "src/index.js",
@@ -144,7 +144,7 @@ function WebOsVideo(options) {
144
144
  throw new Error('Container element required to be instance of HTMLElement');
145
145
  }
146
146
 
147
- var isLoaded = false;
147
+ var isLoaded = null;
148
148
 
149
149
  var knownMediaId = false;
150
150