mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Stash-Box Performer Tagger (#1277)
* Add bulk stash-box performer task * Add stash-box performer scraper to scrape with menu
This commit is contained in:
@@ -284,10 +284,6 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
||||
}
|
||||
}
|
||||
|
||||
// function onStashBoxQueryClicked(/* stashBoxIndex: number */) {
|
||||
// TODO
|
||||
// }
|
||||
|
||||
async function onScrapeClicked(scraper: GQL.Scraper) {
|
||||
setIsLoading(true);
|
||||
try {
|
||||
@@ -361,7 +357,7 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
||||
key={s.endpoint}
|
||||
onClick={() => onScrapeStashBoxClicked(index)}
|
||||
>
|
||||
stash-box
|
||||
{s.name ?? "Stash-Box"}
|
||||
</Dropdown.Item>
|
||||
))}
|
||||
{queryableScrapers.map((s) => (
|
||||
|
||||
Reference in New Issue
Block a user