In the current master branch, the extensions property is configured as following
EXTENSIONS=.jpg,png
This causes issue, because png is not .png, meaning the files are not included in the slideshow.
This is not priority, but I think I will opt for removing the . requirement for the extensions, reducing the amount of excessive typing in the configuration.
In the current master branch, the extensions property is configured as following
EXTENSIONS=.jpg,pngThis causes issue, because
pngis not.png, meaning the files are not included in the slideshow.This is not priority, but I think I will opt for removing the
.requirement for the extensions, reducing the amount of excessive typing in the configuration.