From c762e5b91cf6e741faaa304755e7c8805684a858 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 2 Aug 2020 01:59:08 -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 5797789ceba..80dbaacdae3 100644
--- a/src/pregmod/FCTV/FCTV.js
+++ b/src/pregmod/FCTV/FCTV.js
@@ -382,7 +382,7 @@ globalThis.FCTVdisplay = function({ usedRemote = 0, seeAll = 0 } = {}) {
 		let slave;
 		if (channel.episode[epToShow].slaves) {
 			slave = channel.episode[epToShow].slaves[0];
-			if (channel.episode.disableSelection) { // Art for the slave market will be shown in longSlave
+			if (!channel.disableSelection) { // Art for the slave market will be shown in longSlave
 				App.Events.drawEventArt(frag, slave);
 			}
 		}
-- 
GitLab