From 84ca47e4429ede91fc8bd80f9017e75389f974d6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 17 Apr 2016 00:07:06 -0400 Subject: [PATCH] update inherited tags --- dashboard-ui/scripts/mediaplayer-video.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/mediaplayer-video.js b/dashboard-ui/scripts/mediaplayer-video.js index 1a43e23594..a5ae0477f7 100644 --- a/dashboard-ui/scripts/mediaplayer-video.js +++ b/dashboard-ui/scripts/mediaplayer-video.js @@ -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();