@stremio/stremio-video 0.0.79-tizen01 → 0.0.79-tizen02

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.79-tizen01",
3
+ "version": "0.0.79-tizen02",
4
4
  "description": "Abstraction layer on top of different media players",
5
5
  "author": "Smart Code OOD",
6
6
  "main": "src/index.js",
@@ -471,7 +471,7 @@ function TizenVideo(options) {
471
471
  return;
472
472
  }
473
473
 
474
- var subtitlesTracks = getProp('subtitlesTracks');
474
+ var subtitlesTracks = await getProp('subtitlesTracks');
475
475
  var selectedSubtitlesTrack = subtitlesTracks
476
476
  .find(function(track) {
477
477
  return track.id === propValue;