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();
|
||||
|
||||
htmlMediaHelper.seekOnPlaybackStart(this, e.target, this._currentPlayOptions.playerStartPositionTicks, function () {
|
||||
htmlMediaHelper.seekOnPlaybackStart(this, e.target, this._currentPlayOptions.playerStartPositionTicks, () => {
|
||||
if (this.currentSubtitlesOctopus) {
|
||||
this.currentSubtitlesOctopus.timeOffset = (this._currentPlayOptions.transcodingOffsetTicks || 0) / 10000000 + this.currentTrackOffset;
|
||||
this.currentSubtitlesOctopus.resize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue