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

added recording status enum

This commit is contained in:
Luke Pulverenti 2013-11-25 21:53:48 -05:00
parent c8244de802
commit f12c57a1b5
2 changed files with 11 additions and 6 deletions

View file

@ -74,7 +74,11 @@
var page = this;
apiClient.getLiveTvChannels().done(function (result) {
apiClient.getLiveTvChannels({
userId: Dashboard.getCurrentUserId()
}).done(function (result) {
renderChannels(page, result.Items);
});