mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 07:49:33 +05:30
feat: added filename template option in settings
This commit is contained in:
@@ -43,6 +43,7 @@ export interface Settings {
|
||||
force_internet_protocol: string;
|
||||
use_custom_commands: boolean;
|
||||
custom_commands: CustomCommand[];
|
||||
filename_template: string;
|
||||
// extension settings
|
||||
websocket_port: number;
|
||||
}
|
||||
@@ -52,4 +53,4 @@ export interface DownloadConfiguration {
|
||||
embed_metadata: boolean | null;
|
||||
embed_thumbnail: boolean | null;
|
||||
custom_command: string | null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user