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
+1 -1
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,