mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
b7235c797f
commit
b6526b65d0
3 changed files with 13 additions and 13 deletions
|
@ -492,7 +492,6 @@ var Dashboard = {
|
|||
|
||||
html += '<img style="max-width:28px;vertical-align:middle;margin-right:5px;" src="' + imageUrl + '" />';
|
||||
}
|
||||
|
||||
html += user.Name;
|
||||
html += '</h3>';
|
||||
|
||||
|
@ -513,7 +512,7 @@ var Dashboard = {
|
|||
$(this).off("panelafterclose").remove();
|
||||
});
|
||||
|
||||
$('#chkEnableThemeSongs', elem).checked(ThemeSongManager.enabled()).checkboxradio('refresh');
|
||||
$('#chkEnableThemeSongs', elem).checked(window.ThemeSongManager.enabled()).checkboxradio('refresh');
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue