Enabled custom yt-dlp arguments in settings.json
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export interface ISettings {
|
||||
download_path: string
|
||||
download_path: string,
|
||||
cliArgs?: string[],
|
||||
}
|
||||
Reference in New Issue
Block a user