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:
parent
048ba20590
commit
4196c06485
2 changed files with 8 additions and 1 deletions
|
@ -106,7 +106,8 @@
|
|||
var dlg = paperDialogHelper.createDialog({
|
||||
modal: false,
|
||||
entryAnimationDuration: 160,
|
||||
exitAnimationDuration: 200
|
||||
exitAnimationDuration: 200,
|
||||
enableHistory: options.enableHistory
|
||||
});
|
||||
dlg.innerHTML = html;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue