mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5675.1
This commit is contained in:
parent
844f27d953
commit
c886b12570
7 changed files with 36 additions and 34 deletions
|
@ -336,7 +336,13 @@
|
|||
}
|
||||
else {
|
||||
|
||||
if (isViblastStarted) {
|
||||
viblast(elem).stop();
|
||||
isViblastStarted = false;
|
||||
}
|
||||
|
||||
if (startTime) {
|
||||
|
||||
try {
|
||||
elem.currentTime = startTime;
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue