1
0
Fork 0
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:
Luke Pulverenti 2015-12-15 15:58:52 -05:00
parent 1a754cb283
commit def418714f
3 changed files with 17 additions and 12 deletions

View file

@ -291,7 +291,9 @@
currentItem = item;
var dlg = paperDialogHelper.createDialog();
var dlg = paperDialogHelper.createDialog({
size: 'medium'
});
var html = '';
html += Globalize.translateDocument(template);