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

update recording dialogs

This commit is contained in:
Luke Pulverenti 2016-09-21 17:09:14 -04:00
parent c44b85501f
commit 9146727fda
54 changed files with 302 additions and 65 deletions

View file

@ -148,7 +148,7 @@
dlg.classList.add('promptDialog');
html += '<div class="promptDialogContent">';
html += '<div class="promptDialogContent" style="padding:1em;">';
html += '<h2>';
html += (playerInfo.deviceName || playerInfo.name);
html += '</h2>';