mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Update src/components/htmlvideoplayer/plugin.js
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
parent
608a3e3200
commit
c30e6b56a3
@ -594,7 +594,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
|
||||
return t.Index === customTrackIndex;
|
||||
})[0];
|
||||
|
||||
if(track) {
|
||||
if (track) {
|
||||
offsetValue = updateCurrentTrackOffset(offsetValue);
|
||||
setVttSubtitleOffset(trackElement, offsetValue);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user