mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
emit missing subtitlesDelayChanged event on media loaded
This commit is contained in:
parent
509313eac9
commit
425f50724d
1 changed files with 1 additions and 0 deletions
|
|
@ -423,6 +423,7 @@ var HTMLVideo = function(containerElement) {
|
|||
onTimeChanged();
|
||||
onDurationChanged();
|
||||
onBufferingChanged();
|
||||
onSubtitleDelayChanged();
|
||||
updateSubtitleText();
|
||||
flushArgsQueue();
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue