mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
replace channel tabs
This commit is contained in:
parent
bfb177618f
commit
a5579327cc
12 changed files with 146 additions and 81 deletions
|
@ -751,11 +751,7 @@
|
|||
|
||||
if (item.CollectionType == 'channels') {
|
||||
|
||||
if (AppInfo.enableLatestChannelItems) {
|
||||
return 'channelslatest.html';
|
||||
} else {
|
||||
return 'channels.html';
|
||||
}
|
||||
return 'channels.html';
|
||||
}
|
||||
|
||||
if (context != 'folders') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue