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

update tv guide

This commit is contained in:
Luke Pulverenti 2015-07-23 10:58:27 -04:00
parent 86dea1fa4c
commit 7a39655dca
12 changed files with 81 additions and 30 deletions

View file

@ -108,7 +108,7 @@
$('#selectListing', page).html(result.map(function (o) {
return '<option value="' + o.Id + '">' + o.name + '</option>';
return '<option value="' + o.Id + '">' + o.Name + '</option>';
})).selectmenu('refresh');