diff --git a/src/components/guide/guide.js b/src/components/guide/guide.js index 0b72fc023d..2e040cdb36 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 = 'Primary'; + channelQuery.EnableImageTypes = 'Primary,Logo'; const categories = self.categoryOptions.categories || []; const displayMovieContent = !categories.length || categories.indexOf('movies') !== -1; @@ -591,8 +591,6 @@ function Guide(options) { let html = ''; for (const channel of channels) { - const hasChannelImage = channel.ImageTags.Primary; - let cssClass = 'guide-channelHeaderCell itemAction'; if (layoutManager.tv) { @@ -609,21 +607,16 @@ function Guide(options) { html += '