1
0
Fork 0
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:
Luke Pulverenti 2013-10-01 14:24:27 -04:00
parent cb5da9caca
commit 216b8b843a

View file

@ -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();