Add sprite to SceneData fragment (#1533)

* Add sprite to SceneData fragment

Necessary so that TypePolicies object is populated correctly.
This commit is contained in:
WithoutPants 2021-06-26 14:25:01 +10:00 committed by GitHub
parent fd3c9153d5
commit 4c838daa12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ fragment SceneData on Scene {
webp
vtt
chapters_vtt
sprite
funscript
}

View File

@ -27,6 +27,7 @@
* Add button to remove studio stash ID. ([#1378](https://github.com/stashapp/stash/pull/1378))
### 🐛 Bug fixes
* Fix scene query not being cached correctly when navigating using back. ([#1533](https://github.com/stashapp/stash/pull/1533))
* Fix query with multiple table joins causing invalid query SQL. ([#1510](https://github.com/stashapp/stash/pull/1510))
* Fix file move detection when case of filename is changed on case-insensitive file systems. ([#1426](https://github.com/stashapp/stash/issues/1426))
* Fix auto-tagger not tagging scenes with no whitespace in name. ([#1488](https://github.com/stashapp/stash/pull/1488))