mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add channels link to home page section
This commit is contained in:
parent
2a5067a3b1
commit
8e9f050a32
2 changed files with 9 additions and 0 deletions
|
@ -797,6 +797,10 @@ class AppRouter {
|
|||
return '#!/list.html?type=Programs&IsAiring=true&serverId=' + options.serverId;
|
||||
}
|
||||
|
||||
if (options.section === 'channels') {
|
||||
return '#!/livetv.html?tab=2&serverId=' + options.serverId;
|
||||
}
|
||||
|
||||
if (options.section === 'dvrschedule') {
|
||||
return '#!/livetv.html?tab=4&serverId=' + options.serverId;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue