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

Merge pull request #382 from dinki/on_now_fix

Fix homesection 'On now' display elements
This commit is contained in:
Joshua M. Boniface 2019-07-05 22:50:04 -04:00 committed by GitHub
commit d2213841dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,