1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update schedules direct

This commit is contained in:
Luke Pulverenti 2015-08-15 16:33:53 -04:00
parent 7f44f00a69
commit 5060d1766f
8 changed files with 22 additions and 20 deletions

View file

@ -10,7 +10,7 @@
var info = config.ListingProviders.filter(function (i) {
return i.Id == providerId;
})[0];
})[0] || {};
listingsId = info.ListingsId;
$('#selectListing', page).val(info.ListingsId || '').selectmenu('refresh');