mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add recording toast
This commit is contained in:
parent
1a754cb283
commit
def418714f
3 changed files with 17 additions and 12 deletions
|
@ -291,7 +291,9 @@
|
|||
|
||||
currentItem = item;
|
||||
|
||||
var dlg = paperDialogHelper.createDialog();
|
||||
var dlg = paperDialogHelper.createDialog({
|
||||
size: 'medium'
|
||||
});
|
||||
|
||||
var html = '';
|
||||
html += Globalize.translateDocument(template);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue