Fix wall items not showing scene titles where title not set (#3242)

This commit is contained in:
WithoutPants
2022-12-06 13:08:09 +11:00
committed by GitHub
parent 38d6af8b66
commit c9b0841184
2 changed files with 17 additions and 6 deletions

View File

@@ -9,5 +9,6 @@
* Changed performer aliases to be a list, rather than a string field. ([#3113](https://github.com/stashapp/stash/pull/3113))
### 🐛 Bug fixes
* Fixed scene wall items to show file base name where scene has no title set. ([#3242](https://github.com/stashapp/stash/pull/3242))
* 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))