mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix DeviceDiscovery
This commit is contained in:
parent
95cc042317
commit
4aa1243bef
7 changed files with 11 additions and 10 deletions
|
@ -120,7 +120,8 @@
|
|||
var template = this.response;
|
||||
var dlg = dialogHelper.createDialog({
|
||||
removeOnClose: true,
|
||||
size: 'small'
|
||||
size: 'small',
|
||||
autoFocus: false
|
||||
});
|
||||
|
||||
dlg.classList.add('ui-body-b');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue