mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-02-05 01:52:22 +05:30
(feat): added max download retries option in settings and fixed error status cleanup logic
This commit is contained in:
@@ -126,6 +126,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
|
||||
prefer_video_over_playlist: true,
|
||||
strict_downloadablity_check: false,
|
||||
max_parallel_downloads: 2,
|
||||
max_retries: 5,
|
||||
use_proxy: false,
|
||||
proxy_url: '',
|
||||
use_rate_limit: false,
|
||||
@@ -169,6 +170,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
|
||||
prefer_video_over_playlist: true,
|
||||
strict_downloadablity_check: false,
|
||||
max_parallel_downloads: 2,
|
||||
max_retries: 5,
|
||||
use_proxy: false,
|
||||
proxy_url: '',
|
||||
use_rate_limit: false,
|
||||
|
||||
Reference in New Issue
Block a user