1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Fixed: Clearing parse testing

This commit is contained in:
Bogdan
2023-07-12 03:10:30 +03:00
committed by GitHub
parent 9854884ed3
commit dc302bfaa8
3 changed files with 4 additions and 2 deletions
@@ -55,6 +55,8 @@ export const actionHandlers = handleThunks({
}
parseTimeout = window.setTimeout(async () => {
dispatch(set({ section, isFetching: true }));
if (abortCurrentRequest) {
abortCurrentRequest();
}