mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 00:32:06 +00:00
subittles parse result frozen
This commit is contained in:
parent
03fa68ed0f
commit
7111a9599d
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ function parse(text) {
|
|||
});
|
||||
}
|
||||
global.VTTCue = nativeVTTCue;
|
||||
return cuesForTime;
|
||||
return Object.freeze(cuesForTime);
|
||||
}
|
||||
|
||||
function cuesForTime(cues, time) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue