mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 01:59:33 +05:30
(feat): added metadata and thumbnail embeding option in settings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user