mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Gallery scrubber (#5133)
This commit is contained in:
@@ -48,4 +48,7 @@ fragment SlimGalleryData on Gallery {
|
||||
scenes {
|
||||
...SlimSceneData
|
||||
}
|
||||
paths {
|
||||
preview
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,10 @@ fragment GalleryData on Gallery {
|
||||
rating100
|
||||
organized
|
||||
|
||||
paths {
|
||||
preview
|
||||
}
|
||||
|
||||
files {
|
||||
...GalleryFileData
|
||||
}
|
||||
@@ -52,6 +56,9 @@ fragment SelectGalleryData on Gallery {
|
||||
thumbnail
|
||||
}
|
||||
}
|
||||
paths {
|
||||
preview
|
||||
}
|
||||
files {
|
||||
path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user