Skip to content

Commit d4a1c23

Browse files
committed
fix(TizenVideo): add prop changed after seeking
1 parent d86514a commit d4a1c23

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)