mirror of
https://github.com/stashapp/stash.git
synced 2026-01-30 12:02:55 +01:00
Don't update stash ids when scraping from stash-box (#5975)
This commit is contained in:
parent
429022a468
commit
bd8ec8cb83
1 changed files with 0 additions and 1 deletions
|
|
@ -466,7 +466,6 @@ export const PerformerEditPanel: React.FC<IPerformerDetails> = ({
|
|||
setScraper(undefined);
|
||||
} else {
|
||||
setScrapedPerformer(result);
|
||||
updateStashIDs(performerResult.remote_site_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue