1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-02-05 01:52:22 +05:30

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

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

View File

@@ -112,6 +112,9 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
proxy_url: '',
video_format: 'auto',
audio_format: 'auto',
embed_video_metadata: false,
embed_audio_metadata: true,
embed_audio_thumbnail: true,
websocket_port: 53511
},
isUsingDefaultSettings: true,
@@ -148,6 +151,9 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
proxy_url: '',
video_format: 'auto',
audio_format: 'auto',
embed_video_metadata: false,
embed_audio_metadata: true,
embed_audio_thumbnail: true,
websocket_port: 53511
},
isUsingDefaultSettings: true