mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Decouple galleries from scenes (#1057)
This commit is contained in:
@@ -494,7 +494,7 @@ func TestSceneQueryHasMarkers(t *testing.T) {
|
||||
func TestSceneQueryIsMissingGallery(t *testing.T) {
|
||||
withTxn(func(r models.Repository) error {
|
||||
sqb := r.Scene()
|
||||
isMissing := "gallery"
|
||||
isMissing := "galleries"
|
||||
sceneFilter := models.SceneFilterType{
|
||||
IsMissing: &isMissing,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user