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

Use react-query for series import

This commit is contained in:
Mark McDowall
2025-12-28 08:24:34 -08:00
parent 25fb4c4d7a
commit ad57cf4b5d
17 changed files with 420 additions and 686 deletions
@@ -165,7 +165,6 @@ export const useReprocessInteractiveImportItems = () => {
})[0];
if (!currentData) {
console.info('\x1b[36m[MarkTest] no data\x1b[0m');
return;
}