I have a mixed image collection where images with no tags are placed next to the tagged images and that caused issues for the shouldDelete function because MatchString attempted to grab value from empty Tags array on non-tagged image.
This complies with allow_tagged description in Readme and deletes both kind of images.
I have a mixed image collection where images with no tags are placed next to the tagged images and that caused issues for the
shouldDelete
function because MatchString attempted to grab value from emptyTags
array on non-tagged image. This complies withallow_tagged
description in Readme and deletes both kind of images.