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:
parent
bae555928f
commit
8147f7847d
2 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue