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

added cloud sync model objects

This commit is contained in:
Luke Pulverenti 2014-07-21 21:29:06 -04:00
parent 640fc18b21
commit 68e7007105
28 changed files with 373 additions and 456 deletions

View file

@ -895,6 +895,12 @@
self.currentItem = null;
self.currentMediaSource = null;
// When the browser regains focus it may start auto-playing the last video
if ($.browser.safari) {
elem.src = 'files/dummy.mp4';
elem.play();
}
}).trigger("ended");
} else {