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

View File

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