Fix homesection programs button to go to correct page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user