mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Don't update stash ids when scraping from stash-box (#5975)
This commit is contained in:
@@ -466,7 +466,6 @@ export const PerformerEditPanel: React.FC<IPerformerDetails> = ({
|
|||||||
setScraper(undefined);
|
setScraper(undefined);
|
||||||
} else {
|
} else {
|
||||||
setScrapedPerformer(result);
|
setScrapedPerformer(result);
|
||||||
updateStashIDs(performerResult.remote_site_id);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user