🔀 Merge pull request #257 from ajnart/fix-multiple-torrent-client

🐛 Fix itteration on the different types of services
This commit is contained in:
Thomas Camlong
2022-06-25 15:36:59 +02:00
committed by GitHub
2 changed files with 38 additions and 45 deletions

View File

@@ -59,7 +59,7 @@ export default function DownloadComponent() {
setIsLoading(false);
});
}, 5000);
}, [config.services]);
}, []);
if (downloadServices.length === 0) {
return (