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,