mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix deleting folder-based gallery file deleting (#1872)
* Fix deleting gallery image files * Clarify delete file documentation
This commit is contained in:
@@ -74,6 +74,11 @@ input BulkGalleryUpdateInput {
|
||||
|
||||
input GalleryDestroyInput {
|
||||
ids: [ID!]!
|
||||
"""
|
||||
If true, then the zip file will be deleted if the gallery is zip-file-based.
|
||||
If gallery is folder-based, then any files not associated with other
|
||||
galleries will be deleted, along with the folder, if it is not empty.
|
||||
"""
|
||||
delete_file: Boolean
|
||||
delete_generated: Boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user