From 55e258556a7555dfb310ebb8e8968bd44fb24b7c Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 4 Aug 2020 01:07:42 -0400 Subject: [PATCH] art fix --- src/pregmod/FCTV/FCTV.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pregmod/FCTV/FCTV.js b/src/pregmod/FCTV/FCTV.js index 6eebe0fddf3..d2a769c5a5f 100644 --- a/src/pregmod/FCTV/FCTV.js +++ b/src/pregmod/FCTV/FCTV.js @@ -337,7 +337,7 @@ globalThis.FctvDisplay = function({usedRemote = 0, seeAll = 0, selectedChannel = if (channel.episode[epToShow].slaves) { slave = channel.episode[epToShow].slaves[0]; if (!channel.disableSelection) { // Art for the slave market will be shown in longSlave - App.Events.drawEventArt(frag, slave); + App.Events.drawEventArt(frag, channel.episode[epToShow].slaves); } } if (channel.intro) { -- GitLab