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

Remove On Now PR fix

This commit is contained in:
dinki 2019-07-03 09:37:05 -05:00
parent bae555928f
commit 8147f7847d
2 changed files with 2 additions and 3 deletions

View file

@ -1014,8 +1014,7 @@ 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;
}