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:
parent
1c32cf2be3
commit
84ca47e442
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@
|
||||||
// add a delay to continue building up the buffer. without this we see failures in safari mobile
|
// add a delay to continue building up the buffer. without this we see failures in safari mobile
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
self.playVideoInternal(item, mediaSource, startPosition, streamInfo, callback);
|
self.playVideoInternal(item, mediaSource, startPosition, streamInfo, callback);
|
||||||
}, 0);
|
}, 2000);
|
||||||
|
|
||||||
}, function () {
|
}, function () {
|
||||||
Dashboard.hideLoadingMsg();
|
Dashboard.hideLoadingMsg();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue