mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed xml providers running over and over
This commit is contained in:
parent
cb5da9caca
commit
216b8b843a
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@
|
|||
$('#fldCollectionType', popup).hide();
|
||||
}
|
||||
|
||||
$('#selectCollectionType', popup).html(MediaLibraryPage.getCollectionTypeOptionsHtml()).selectmenu('refresh');
|
||||
$('#selectCollectionType', popup).html(MediaLibraryPage.getCollectionTypeOptionsHtml()).val('movies').selectmenu('refresh');
|
||||
|
||||
popup.on("popupafteropen", function () {
|
||||
$('#textEntryForm input:first', this).focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue