mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Merge pull request #382 from dinki/on_now_fix
Fix homesection 'On now' display elements
This commit is contained in:
commit
d2213841dc
@ -574,7 +574,7 @@ define(['connectionManager', 'cardBuilder', 'appSettings', 'dom', 'apphost', 'la
|
||||
}
|
||||
|
||||
var userId = user.Id;
|
||||
apiClient.getLiveTvRecommendedPrograms({
|
||||
return apiClient.getLiveTvRecommendedPrograms({
|
||||
userId: apiClient.getCurrentUserId(),
|
||||
IsAiring: true,
|
||||
limit: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user