mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix homesection programs button to go to correct page
This commit is contained in:
parent
b592abbeff
commit
5f80642193
2 changed files with 6 additions and 1 deletions
|
@ -1012,6 +1012,10 @@ var AppInfo = {};
|
|||
}
|
||||
|
||||
if ("livetv" === item) {
|
||||
if ("programs" === options.section) {
|
||||
return "livetv.html?tab=0&serverId=" + options.serverId;
|
||||
}
|
||||
|
||||
if ("guide" === options.section) {
|
||||
return "livetv.html?tab=1&serverId=" + options.serverId;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue