mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add Clean generated files task (#4607)
* Add clean generate task * Add to library tasks * Save and read defaults * Stop handling and logging * Make filename parsing more robust
This commit is contained in:
@@ -2506,6 +2506,12 @@ export const mutateMetadataClean = (input: GQL.CleanMetadataInput) =>
|
||||
variables: { input },
|
||||
});
|
||||
|
||||
export const mutateCleanGenerated = (input: GQL.CleanGeneratedInput) =>
|
||||
client.mutate<GQL.MetadataCleanGeneratedMutation>({
|
||||
mutation: GQL.MetadataCleanGeneratedDocument,
|
||||
variables: { input },
|
||||
});
|
||||
|
||||
export const mutateRunPluginTask = (
|
||||
pluginId: string,
|
||||
taskName: string,
|
||||
|
||||
Reference in New Issue
Block a user