mirror of https://github.com/stashapp/stash.git
Add sprite to SceneData fragment (#1533)
* Add sprite to SceneData fragment Necessary so that TypePolicies object is populated correctly.
This commit is contained in:
parent
fd3c9153d5
commit
4c838daa12
|
@ -31,6 +31,7 @@ fragment SceneData on Scene {
|
|||
webp
|
||||
vtt
|
||||
chapters_vtt
|
||||
sprite
|
||||
funscript
|
||||
}
|
||||
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue