script.artistslideshow
script.artistslideshow copied to clipboard
Missing change in 3.3.8
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