Skip to content

Commit

Permalink
Merge pull request #382 from dinki/on_now_fix
Browse files Browse the repository at this point in the history
Fix homesection 'On now' display elements
  • Loading branch information
joshuaboniface committed Jul 6, 2019
2 parents f12af9f + 9f86f68 commit d221384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/homesections/homesections.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d221384

Please sign in to comment.