@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
|
@@ -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;
|