mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
updated nuget
This commit is contained in:
parent
7b89e6fc81
commit
bc19e7f928
@ -208,7 +208,7 @@
|
||||
$('#fldCollectionType', popup).hide();
|
||||
}
|
||||
|
||||
$('#selectCollectionType', popup).html(MediaLibraryPage.getCollectionTypeOptionsHtml()).val('movies').selectmenu('refresh');
|
||||
$('#selectCollectionType', popup).html(MediaLibraryPage.getCollectionTypeOptionsHtml()).selectmenu('refresh');
|
||||
|
||||
popup.on("popupafteropen", function () {
|
||||
$('#textEntryForm input:first', this).focus();
|
||||
|
Loading…
Reference in New Issue
Block a user