@stremio/stremio-video 0.0.54 → 0.0.55

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.54",
3
+ "version": "0.0.55",
4
4
  "description": "Abstraction layer on top of different media players",
5
5
  "author": "Smart Code OOD",
6
6
  "main": "src/index.js",
@@ -466,6 +466,9 @@ function TitanVideo(options) {
466
466
  .find(function(track) {
467
467
  return track.id === propValue;
468
468
  });
469
+
470
+ renderSubtitle('', 'hide');
471
+
469
472
  if (selectedSubtitlesTrack) {
470
473
  onPropChanged('selectedSubtitlesTrackId');
471
474
  events.emit('subtitlesTrackLoaded', selectedSubtitlesTrack);