mirror of
https://github.com/alexta69/metube.git
synced 2026-06-15 08:16:00 +00:00
change option presets to be multi-select
This commit is contained in:
@@ -14,7 +14,7 @@ export interface Download {
|
||||
chapter_template?: string;
|
||||
subtitle_language?: string;
|
||||
subtitle_mode?: string;
|
||||
ytdl_options_preset?: string;
|
||||
ytdl_options_presets?: string[];
|
||||
ytdl_options_overrides?: Record<string, unknown>;
|
||||
status: string;
|
||||
msg: string;
|
||||
|
||||
Reference in New Issue
Block a user