mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
update subtitles text on fetching cues
This commit is contained in:
parent
4d49d44310
commit
a2696248ef
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ var HTMLVideo = function(container) {
|
|||
.then(function(text) {
|
||||
if (selectedSubtitleTrackId === subtitleTrack.id) {
|
||||
subtitleCues = subtitleUtils.parse(text);
|
||||
updateSubtitleText();
|
||||
}
|
||||
})
|
||||
.catch(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue