mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Update src/plugins/htmlVideoPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
f925138695
commit
67a2e0f16d
@ -1378,8 +1378,9 @@ function tryRemoveElement(elem) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return videoElement;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return videoElement;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// we need to hide scrollbar when starting playback from page with animated background
|
// we need to hide scrollbar when starting playback from page with animated background
|
||||||
|
Loading…
Reference in New Issue
Block a user