refactor: added per-download sponsorblock config

This commit is contained in:
2025-11-05 21:28:48 +05:30
parent 5869bab48e
commit 77781c8611
5 changed files with 39 additions and 7 deletions

View File

@@ -59,5 +59,6 @@ export interface DownloadConfiguration {
output_format: string | null;
embed_metadata: boolean | null;
embed_thumbnail: boolean | null;
sponsorblock: string | null;
custom_command: string | null;
}