Sorry... don't work.
Try ...
UPDATE: FanartHandler.Beta.Debug.IV
This makes the media portal. Maybe he behaves when making the transition from the image to the blank image.When you change from one selection with fanart to another selelection without fanart, #fanarthandler.xxxxx.backdropX.selected are empty immediately, so you get a "black" image (no image) in the time you make the transition to an alternative image (when no fanart available). Thus, the transition is... strange? I hope you can understand me.
Try ...
This makes the media portal. Maybe he behaves when making the transition from the image to the blank image.
I left thinking ...The problem is the same. When there is only one fanart, image1 and image2 are always swapped and one of them have the image from the previous selection (if any)
Try ... I threw out some more of the old (original) code ...
I removed some more of the old code. If it works, it's good.This version works better. Now, image1 and image2 refer to the same image when there is only one fanart.
But this have a collateral effect: usually image1 and image2 are swapped with a fade transition (or any other effect) when one is hidden and the other one is shown (controlled by the visibility of id 91919291 and id 91919292). This transition from one image to the same image has a strange effect. You can see the image disappearing and then showing again.
I'll try, but there will be a need to change the whole mechanism of the show. If you come up with something simple will do.Can you make visible only the relevant control (id 91919291 or id 91919292) all the time? i.e. don't swap the visibility of the controls if there is only one fanart.
Well, isn´t it exactly what it should do? Normally FH fades out the first image and then fades in the second one - in your case FH fades the first image and fades in the same imageThis transition from one image to the same image has a strange effect. You can see the image disappearing and then showing again.