mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Gallery scrubber (#5133)
This commit is contained in:
@@ -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