mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-19 20:12:59 +05:30
feat: added custom commands, per-download configs and other minor improvements
This commit is contained in:
@@ -43,6 +43,7 @@ export interface DownloadState {
|
||||
sponsorblock_remove: string | null;
|
||||
sponsorblock_mark: string | null;
|
||||
use_aria2: number;
|
||||
custom_command: string | null;
|
||||
created_at?: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
@@ -79,6 +80,7 @@ export interface Download {
|
||||
sponsorblock_remove: string | null;
|
||||
sponsorblock_mark: string | null;
|
||||
use_aria2: number;
|
||||
custom_command: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user