1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update src/components/htmlvideoplayer/plugin.js

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
redSpoutnik 2019-10-25 18:21:46 +02:00 committed by GitHub
parent f6eedbb221
commit 608a3e3200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -577,7 +577,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
var offsetValue = parseFloat(offset);
// if .ass currently rendering
if(currentAssRenderer){
if (currentAssRenderer){
updateCurrentTrackOffset(offsetValue);
} else {
var videoElement = self._mediaElement;