Don't update stash ids when scraping from stash-box (#5975)

This commit is contained in:
WithoutPants 2025-06-30 07:52:12 +10:00 committed by GitHub
parent 429022a468
commit bd8ec8cb83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -466,7 +466,6 @@ export const PerformerEditPanel: React.FC<IPerformerDetails> = ({
setScraper(undefined);
} else {
setScrapedPerformer(result);
updateStashIDs(performerResult.remote_site_id);
}
}