mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +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);
|
||||
} else {
|
||||
setScrapedPerformer(result);
|
||||
updateStashIDs(performerResult.remote_site_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user