Add 'Series' button to Live TV menu off homesection (#372)
* Add Series button to main page * Fix typo * Fix typo
This commit is contained in:
@@ -1044,6 +1044,10 @@ var AppInfo = {};
|
||||
return "livetv.html?tab=4&serverId=" + options.serverId;
|
||||
}
|
||||
|
||||
if ("seriesrecording" === options.section) {
|
||||
return "livetv.html?tab=5&serverId=" + options.serverId;
|
||||
}
|
||||
|
||||
return "livetv.html?serverId=" + options.serverId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user