mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename channel category to channel folder
This commit is contained in:
parent
624687e363
commit
8cadabcbe5
8 changed files with 24 additions and 15 deletions
|
@ -389,8 +389,8 @@
|
|||
if (item.Type == "Channel") {
|
||||
return "channelitems.html?id=" + id;
|
||||
}
|
||||
if (item.Type == "ChannelCategoryItem") {
|
||||
return "channelitems.html?id=" + item.ChannelId + '&categoryId=' + item.Id;
|
||||
if (item.Type == "ChannelFolderItem") {
|
||||
return "channelitems.html?id=" + item.ChannelId + '&folderId=' + item.Id;
|
||||
}
|
||||
if (item.Type == "Program") {
|
||||
return "livetvprogram.html?id=" + id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue