mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix subtitle offset reset when seeking progressive stream
This commit is contained in:
parent
551f12fdfb
commit
1040685c1e
2 changed files with 2 additions and 1 deletions
|
@ -365,7 +365,7 @@ function tryRemoveElement(elem) {
|
|||
|
||||
this.#currentTime = null;
|
||||
|
||||
this.resetSubtitleOffset();
|
||||
if (options.resetSubtitleOffset !== false) this.resetSubtitleOffset();
|
||||
|
||||
return this.createMediaElement(options).then(elem => {
|
||||
return this.updateVideoUrl(options).then(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue