Added new safe download override setting to config manager (forgot to do this before)

This commit is contained in:
Isaac Grynsztein
2020-05-30 16:30:28 -04:00
parent dcc7fbd81c
commit 9c729abfaa

View File

@@ -40,6 +40,10 @@ let CONFIG_ITEMS = {
'key': 'ytdl_custom_args',
'path': 'YoutubeDLMaterial.Downloader.custom_args'
},
'ytdl_safe_download_override': {
'key': 'ytdl_safe_download_override',
'path': 'YoutubeDLMaterial.Downloader.safe_download_override'
},
// Extra
'ytdl_title_top': {