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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user