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

update inherited tags

This commit is contained in:
Luke Pulverenti 2016-04-17 00:07:06 -04:00
parent 1c32cf2be3
commit 84ca47e442

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();