Skip to content
Snippets Groups Projects
Commit 55e25855 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

art fix

parent 97124b0a
No related branches found
No related tags found
1 merge request!7356Fctv fix
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment