Fix image exclusion pattern applying to all files (#3241)

* Add debug logging for scanning ignored files
* Fix image exclusion pattern handling
This commit is contained in:
WithoutPants
2022-12-06 12:28:16 +11:00
committed by GitHub
parent dc875ed5d7
commit 38d6af8b66
2 changed files with 7 additions and 1 deletions

View File

@@ -9,4 +9,5 @@
* Changed performer aliases to be a list, rather than a string field. ([#3113](https://github.com/stashapp/stash/pull/3113))
### 🐛 Bug fixes
* Fixed image exclusion pattern being applied to all files. ([#3241](https://github.com/stashapp/stash/pull/3241))
* Fixed missing captions not being removed during scan. ([#3240](https://github.com/stashapp/stash/pull/3240))