forked from Ninjalama/streamyfin_mirror
Update DownloadProvider.tsx
This commit is contained in:
@@ -224,7 +224,7 @@ function useDownloadProvider() {
|
||||
setProcesses(updatedProcesses);
|
||||
};
|
||||
|
||||
useInterval(updateProgress, 3000);
|
||||
useInterval(updateProgress, 2000);
|
||||
|
||||
useEffect(() => {
|
||||
const checkIfShouldStartDownload = async () => {
|
||||
|
||||
Reference in New Issue
Block a user