mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Initialize currentSubtitlesOctopus
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
982a474965
commit
394c1195d1
1 changed files with 1 additions and 0 deletions
|
@ -1073,6 +1073,7 @@ function supportsTextTracks() {
|
||||||
|
|
||||||
this.customTrackIndex = -1;
|
this.customTrackIndex = -1;
|
||||||
this.currentClock = null;
|
this.currentClock = null;
|
||||||
|
this.currentSubtitlesOctopus = null;
|
||||||
this._currentAspectRatio = null;
|
this._currentAspectRatio = null;
|
||||||
|
|
||||||
const octopus = this.currentSubtitlesOctopus;
|
const octopus = this.currentSubtitlesOctopus;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue