mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
add functionality to clean button
This commit is contained in:
@@ -28,5 +28,6 @@ func (r *queryResolver) MetadataGenerate(ctx context.Context, input models.Gener
|
||||
}
|
||||
|
||||
func (r *queryResolver) MetadataClean(ctx context.Context) (string, error) {
|
||||
panic("not implemented")
|
||||
manager.GetInstance().Clean()
|
||||
return "todo", nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user