darickc / MMM-BackgroundSlideshow

MIT License
144 stars 84 forks source link

Bugfix/double call on imagelist wrap #147

Closed crazyscot closed 9 months ago

crazyscot commented 9 months ago

This fixes a double call to getNextImage() whenever we wrap around this.imageList, which leads to an uncaught exception in the MMM console.

(Embarrassingly, the issue was introduced by #143 ...)