mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 11:25:49 +05:30
feat: added delay configuration settings #12
This commit is contained in:
@@ -54,6 +54,13 @@ export interface Settings {
|
||||
enable_notifications: boolean;
|
||||
update_notification: boolean;
|
||||
download_completion_notification: boolean;
|
||||
use_delay: boolean;
|
||||
use_search_delay: boolean;
|
||||
delay_mode: string;
|
||||
min_sleep_interval: number;
|
||||
max_sleep_interval: number;
|
||||
request_sleep_interval: number;
|
||||
delay_playlist_only: boolean;
|
||||
// extension settings
|
||||
websocket_port: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user