diff --git a/src/components/guide/guide.js b/src/components/guide/guide.js index f07c09eb82..dc97b79855 100644 --- a/src/components/guide/guide.js +++ b/src/components/guide/guide.js @@ -232,7 +232,7 @@ function Guide(options) { channelQuery.Limit = channelLimit; channelQuery.AddCurrentProgram = false; channelQuery.EnableUserData = false; - channelQuery.EnableImageTypes = 'Logo'; + channelQuery.EnableImageTypes = 'Primary,Logo'; const categories = self.categoryOptions.categories || []; const displayMovieContent = !categories.length || categories.indexOf('movies') !== -1; @@ -591,7 +591,8 @@ function Guide(options) { let html = ''; for (const channel of channels) { - const hasChannelImage = channel.ImageTags.Logo; + const hasChannelLogo = channel.ImageTags.Logo; + const hasChannelPrimary = channel.ImageTags.Primary; let cssClass = 'guide-channelHeaderCell itemAction'; @@ -609,11 +610,14 @@ function Guide(options) { html += '