diff --git a/src/pregmod/FCTV/FCTV.js b/src/pregmod/FCTV/FCTV.js
index 5797789ceba1fe5bc819f545d8e8271f43ac0404..80dbaacdae371833fb5e570e08166c3bad8b6a34 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);
 			}
 		}