Enabled custom yt-dlp arguments in settings.json

This commit is contained in:
2022-06-04 15:03:24 +02:00
parent 7dd812050a
commit 52cffed0dc
7 changed files with 131 additions and 95 deletions

View File

@@ -1,3 +1,4 @@
export interface ISettings {
download_path: string
download_path: string,
cliArgs?: string[],
}