fix: show error messages when tracks fail to download
This commit is contained in:
@@ -55,7 +55,7 @@ function DownloadManager () {
|
||||
}, [queued, dispatch, activeDownloads]);
|
||||
|
||||
useEffect(() => {
|
||||
// GUARD: We only run this functino once
|
||||
// GUARD: We only run this function once
|
||||
if (hasRehydratedOrphans) {
|
||||
return;
|
||||
}
|
||||
@@ -99,7 +99,6 @@ function DownloadManager () {
|
||||
setHasRehydratedOrphans(true);
|
||||
}, [rehydrated, ids, hasRehydratedOrphans, dispatch]);
|
||||
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user