1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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:
Chuck Connors 2019-07-01 12:14:28 -05:00 committed by dkanada
parent 3ea6bb5094
commit b592abbeff
2 changed files with 9 additions and 0 deletions

View file

@ -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;
}