mirror of
https://github.com/stashapp/stash.git
synced 2026-04-21 06:22:29 +02:00
Set organised flag in gallery create (#6418)
This commit is contained in:
parent
5b62cc66d4
commit
af11189718
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ func (r *mutationResolver) GalleryCreate(ctx context.Context, input GalleryCreat
|
|||
newGallery.Details = translator.string(input.Details)
|
||||
newGallery.Photographer = translator.string(input.Photographer)
|
||||
newGallery.Rating = input.Rating100
|
||||
newGallery.Organized = translator.bool(input.Organized)
|
||||
|
||||
var err error
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue