Add more transparency areas and fix bugs

This commit is contained in:
ajnart
2022-06-11 18:37:13 +02:00
parent 74f87b570d
commit 426ba69afd
4 changed files with 39 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ export default function DownloadComponent() {
setTorrents(response.data);
setIsLoading(false);
});
}, 1000);
}, 5000);
}, [config.services]);
if (downloadServices.length === 0) {