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

@ -655,7 +655,7 @@ define(['connectionManager', 'cardBuilder', 'appSettings', 'dom', 'apphost', 'la
} }
var userId = user.Id; var userId = user.Id;
return apiClient.getLiveTvRecommendedPrograms({ apiClient.getLiveTvRecommendedPrograms({
userId: apiClient.getCurrentUserId(), userId: apiClient.getCurrentUserId(),
IsAiring: true, IsAiring: true,
limit: 1, limit: 1,

View file

@ -1015,7 +1015,6 @@ var AppInfo = {};
if ("programs" === options.section) { if ("programs" === options.section) {
return "livetv.html?tab=0&serverId=" + options.serverId; return "livetv.html?tab=0&serverId=" + options.serverId;
} }
if ("guide" === options.section) { if ("guide" === options.section) {
return "livetv.html?tab=1&serverId=" + options.serverId; return "livetv.html?tab=1&serverId=" + options.serverId;
} }