mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
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