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:
parent
c8244de802
commit
f12c57a1b5
2 changed files with 11 additions and 6 deletions
|
@ -74,7 +74,11 @@
|
|||
|
||||
var page = this;
|
||||
|
||||
apiClient.getLiveTvChannels().done(function (result) {
|
||||
apiClient.getLiveTvChannels({
|
||||
|
||||
userId: Dashboard.getCurrentUserId()
|
||||
|
||||
}).done(function (result) {
|
||||
|
||||
renderChannels(page, result.Items);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue