mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
Initialize currentSubtitlesOctopus
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
982a474965
commit
394c1195d1
@ -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…
Reference in New Issue
Block a user