1
0
Fork 0
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:
Luke Pulverenti 2015-07-16 08:56:38 -04:00
parent 844f27d953
commit c886b12570
7 changed files with 36 additions and 34 deletions

View file

@ -336,7 +336,13 @@
}
else {
if (isViblastStarted) {
viblast(elem).stop();
isViblastStarted = false;
}
if (startTime) {
try {
elem.currentTime = startTime;
} catch (err) {