Skip to content

Commit

Permalink
fix(TizenVideo): add prop changed after seeking
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Feb 15, 2024
1 parent d86514a commit d4a1c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TizenVideo/TizenVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ function TizenVideo(options) {
if (stream !== null && propValue !== null && isFinite(propValue)) {
window.webapis.avplay.seekTo(parseInt(propValue, 10));
renderSubtitle(1, '');
onPropChanged('time');
}

break;
Expand Down

0 comments on commit d4a1c23

Please sign in to comment.