mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 01:59:33 +05:30
(feat): added max download retries option in settings and fixed error status cleanup logic
This commit is contained in:
@@ -9,6 +9,7 @@ export interface Settings {
|
||||
theme: 'dark' | 'light' | 'system';
|
||||
download_dir: string;
|
||||
max_parallel_downloads: number;
|
||||
max_retries: number;
|
||||
prefer_video_over_playlist: boolean;
|
||||
strict_downloadablity_check: boolean;
|
||||
use_proxy: boolean;
|
||||
|
||||
Reference in New Issue
Block a user