Decouple galleries from scenes (#1057)

This commit is contained in:
InfiniteTF
2021-02-01 21:56:54 +01:00
committed by GitHub
parent 86bfb64a0d
commit 4fd022a93b
54 changed files with 952 additions and 755 deletions

View File

@@ -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,
}