From 0f846957c169c0464c69fed79b63e2a09fe0d31f Mon Sep 17 00:00:00 2001 From: Robert Down Date: Mon, 24 Feb 2025 22:00:15 -0500 Subject: [PATCH] Ensure backwards compatability --- src/components/guide/guide.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 += '