refactor: added thumbnail embeding option for video files

This commit is contained in:
2025-11-05 22:17:09 +05:30
parent 77781c8611
commit e5d83138df
5 changed files with 42 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ export interface Settings {
always_reencode_video: boolean;
embed_video_metadata: boolean;
embed_audio_metadata: boolean;
embed_video_thumbnail: boolean;
embed_audio_thumbnail: boolean;
use_cookies: boolean;
import_cookies_from: string;