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

Merge pull request #1659 from MediaBrowser/dev

update inherited tags
This commit is contained in:
Luke 2016-04-17 11:33:38 -04:00
commit d9522c3483

View file

@ -996,7 +996,7 @@
// add a delay to continue building up the buffer. without this we see failures in safari mobile
setTimeout(function () {
self.playVideoInternal(item, mediaSource, startPosition, streamInfo, callback);
}, 0);
}, 2000);
}, function () {
Dashboard.hideLoadingMsg();