@stremio/stremio-video 0.0.33 → 0.0.34

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.33",
3
+ "version": "0.0.34",
4
4
  "description": "Abstraction layer on top of different media players",
5
5
  "author": "Smart Code OOD",
6
6
  "main": "src/index.js",
@@ -415,6 +415,7 @@ function TizenVideo(options) {
415
415
  if (stream !== null && propValue !== null && isFinite(propValue)) {
416
416
  window.webapis.avplay.seekTo(parseInt(propValue, 10));
417
417
  renderSubtitle(1, '');
418
+ onPropChanged('time');
418
419
  }
419
420
 
420
421
  break;