diff --git a/src/pregmod/FCTV/FCTV.js b/src/pregmod/FCTV/FCTV.js
index 6eebe0fddf31c00d5a6ce2446a02e47b1f6831da..d2a769c5a5f583c3e979357884998d87f91675fd 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) {