mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-02-05 01:52:22 +05:30
refactor: added thumbnail embeding option for video files
This commit is contained in:
@@ -165,6 +165,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
|
||||
always_reencode_video: false,
|
||||
embed_video_metadata: false,
|
||||
embed_audio_metadata: true,
|
||||
embed_video_thumbnail: false,
|
||||
embed_audio_thumbnail: true,
|
||||
use_cookies: false,
|
||||
import_cookies_from: 'browser',
|
||||
@@ -233,6 +234,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
|
||||
always_reencode_video: false,
|
||||
embed_video_metadata: false,
|
||||
embed_audio_metadata: true,
|
||||
embed_video_thumbnail: false,
|
||||
embed_audio_thumbnail: true,
|
||||
use_cookies: false,
|
||||
import_cookies_from: 'browser',
|
||||
|
||||
Reference in New Issue
Block a user