(feat): added metadata and thumbnail embeding option in settings

This commit is contained in:
2025-07-11 13:20:59 +05:30
parent 7f79fc8761
commit fbadbb001e
4 changed files with 70 additions and 6 deletions

View File

@@ -14,6 +14,9 @@ export interface Settings {
proxy_url: string;
video_format: string;
audio_format: string;
embed_video_metadata: boolean;
embed_audio_metadata: boolean;
embed_audio_thumbnail: boolean;
// extension settings
websocket_port: number;
}