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

update mobile chrome playback

This commit is contained in:
Luke Pulverenti 2015-12-14 17:54:11 -05:00
parent e36a2bde6b
commit 5f2de0b23a
3 changed files with 8 additions and 7 deletions

View file

@ -570,7 +570,7 @@
closeMainDrawer();
// On mobile devices don't navigate until after the closing animation has completed or it may stutter
var delay = browserInfo.mobile ? 350 : 150;
var delay = browserInfo.mobile ? 350 : 200;
setTimeout(function () {
if (action) {
@ -595,7 +595,7 @@
closeMainDrawer();
// On mobile devices don't navigate until after the closing animation has completed or it may stutter
var delay = browserInfo.mobile ? 350 : 150;
var delay = browserInfo.mobile ? 350 : 200;
setTimeout(function () {
Dashboard.logout();