Skip to content

Commit ec1c8b5

Browse files
authored
Merge pull request #60 from Stremio/fix/tizen-seek-time-update
fix(TizenVideo): add prop changed after seeking
2 parents d86514a + d4a1c23 commit ec1c8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TizenVideo/TizenVideo.js

+1
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ function TizenVideo(options) {
415415
if (stream !== null && propValue !== null && isFinite(propValue)) {
416416
window.webapis.avplay.seekTo(parseInt(propValue, 10));
417417
renderSubtitle(1, '');
418+
onPropChanged('time');
418419
}
419420

420421
break;

0 commit comments

Comments
 (0)