mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update polymer components
This commit is contained in:
parent
95d4c9bd78
commit
c3765bb90e
23 changed files with 150 additions and 152 deletions
|
@ -371,7 +371,7 @@
|
|||
|
||||
var hls = new Hls();
|
||||
hls.loadSource(val);
|
||||
hls.attachVideo(elem);
|
||||
hls.attachMedia(elem);
|
||||
hls.on(Hls.Events.MANIFEST_PARSED, function () {
|
||||
elem.play();
|
||||
});
|
||||
|
|
|
@ -300,11 +300,11 @@
|
|||
});
|
||||
}
|
||||
|
||||
items.push({
|
||||
name: Globalize.translate('ButtonOpen'),
|
||||
id: 'open',
|
||||
ironIcon: 'folder-open'
|
||||
});
|
||||
//items.push({
|
||||
// name: Globalize.translate('ButtonOpen'),
|
||||
// id: 'open',
|
||||
// ironIcon: 'folder-open'
|
||||
//});
|
||||
|
||||
if (options.showPlayOptions !== false) {
|
||||
|
||||
|
|
|
@ -577,7 +577,7 @@
|
|||
closeMainDrawer();
|
||||
|
||||
// On mobile devices don't navigate until after the closing animation has completed or it may stutter
|
||||
var delay = browserInfo.mobile ? 350 : 100;
|
||||
var delay = browserInfo.mobile ? 350 : 150;
|
||||
|
||||
setTimeout(function () {
|
||||
if (action) {
|
||||
|
@ -602,7 +602,7 @@
|
|||
closeMainDrawer();
|
||||
|
||||
// On mobile devices don't navigate until after the closing animation has completed or it may stutter
|
||||
var delay = browserInfo.mobile ? 350 : 100;
|
||||
var delay = browserInfo.mobile ? 350 : 150;
|
||||
|
||||
setTimeout(function () {
|
||||
Dashboard.logout();
|
||||
|
|
|
@ -1286,7 +1286,6 @@ var Dashboard = {
|
|||
}, notification.timeout);
|
||||
}
|
||||
}
|
||||
WebNotifications.show(notification);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue