(feat): added max download retries option in settings and fixed error status cleanup logic

This commit is contained in:
2025-07-14 17:17:44 +05:30
parent 097839d919
commit 81da6b94ef
4 changed files with 23 additions and 1 deletions

View File

@@ -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;