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

display programs on channel page

This commit is contained in:
Luke Pulverenti 2013-11-25 15:39:23 -05:00
parent a94cd703d0
commit 599320043f
6 changed files with 106 additions and 5 deletions

View file

@ -76,7 +76,7 @@
apiClient.getLiveTvChannels().done(function (result) {
renderChannels(page, result);
renderChannels(page, result.Items);
});
});