mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix Octopus import
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
5ea3d1cbaa
commit
982a474965
1 changed files with 1 additions and 1 deletions
|
@ -1184,7 +1184,7 @@ function supportsTextTracks() {
|
||||||
resizeVariation: 0.2,
|
resizeVariation: 0.2,
|
||||||
renderAhead: 90
|
renderAhead: 90
|
||||||
};
|
};
|
||||||
import('JavascriptSubtitlesOctopus').then(SubtitlesOctopus => {
|
import('JavascriptSubtitlesOctopus').then(({default: SubtitlesOctopus}) => {
|
||||||
this.currentSubtitlesOctopus = new SubtitlesOctopus(options);
|
this.currentSubtitlesOctopus = new SubtitlesOctopus(options);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue