mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed old function type
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
394c1195d1
commit
159a7f55d3
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ function supportsTextTracks() {
|
||||||
|
|
||||||
loading.hide();
|
loading.hide();
|
||||||
|
|
||||||
htmlMediaHelper.seekOnPlaybackStart(this, e.target, this._currentPlayOptions.playerStartPositionTicks, function () {
|
htmlMediaHelper.seekOnPlaybackStart(this, e.target, this._currentPlayOptions.playerStartPositionTicks, () => {
|
||||||
if (this.currentSubtitlesOctopus) {
|
if (this.currentSubtitlesOctopus) {
|
||||||
this.currentSubtitlesOctopus.timeOffset = (this._currentPlayOptions.transcodingOffsetTicks || 0) / 10000000 + this.currentTrackOffset;
|
this.currentSubtitlesOctopus.timeOffset = (this._currentPlayOptions.transcodingOffsetTicks || 0) / 10000000 + this.currentTrackOffset;
|
||||||
this.currentSubtitlesOctopus.resize();
|
this.currentSubtitlesOctopus.resize();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue