script.artistslideshow icon indicating copy to clipboard operation
script.artistslideshow copied to clipboard

Missing change in 3.3.8

Open C-O-D opened this issue 1 year ago • 1 comments

Thanks for the new version but I think you forgot the following change in line 320 of artistslideshow.py:

From if self._is_playing() and ( fadetoblack or clearartists ): to if self._is_playing() and not slideshowstopping:

See page 51 on the Tidal2 thread (https://forum.kodi.tv/showthread.php?tid=200555&page=51)

Regards

C-O-D avatar Mar 23 '25 13:03 C-O-D