mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Add scraper list page (#833)
This commit is contained in:
@@ -638,6 +638,11 @@ export const queryStashBoxScene = (stashBoxIndex: number, sceneID: string) =>
|
||||
export const mutateReloadScrapers = () =>
|
||||
client.mutate<GQL.ReloadScrapersMutation>({
|
||||
mutation: GQL.ReloadScrapersDocument,
|
||||
refetchQueries: [
|
||||
GQL.refetchListMovieScrapersQuery(),
|
||||
GQL.refetchListPerformerScrapersQuery(),
|
||||
GQL.refetchListSceneScrapersQuery(),
|
||||
],
|
||||
});
|
||||
|
||||
export const mutateReloadPlugins = () =>
|
||||
|
||||
Reference in New Issue
Block a user