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

update video player action sheets

This commit is contained in:
Luke Pulverenti 2016-02-01 12:02:46 -05:00
parent 048ba20590
commit 4196c06485
2 changed files with 8 additions and 1 deletions

View file

@ -106,7 +106,8 @@
var dlg = paperDialogHelper.createDialog({
modal: false,
entryAnimationDuration: 160,
exitAnimationDuration: 200
exitAnimationDuration: 200,
enableHistory: options.enableHistory
});
dlg.innerHTML = html;