mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Add scrape gallery from fragment to UI (#1166)
This commit is contained in:
@@ -776,13 +776,13 @@ export const queryStashBoxScene = (stashBoxIndex: number, sceneID: string) =>
|
||||
|
||||
export const queryScrapeGallery = (
|
||||
scraperId: string,
|
||||
scene: GQL.GalleryUpdateInput
|
||||
gallery: GQL.GalleryUpdateInput
|
||||
) =>
|
||||
client.query<GQL.ScrapeGalleryQuery>({
|
||||
query: GQL.ScrapeGalleryDocument,
|
||||
variables: {
|
||||
scraper_id: scraperId,
|
||||
scene,
|
||||
gallery,
|
||||
},
|
||||
fetchPolicy: "network-only",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user