Added setting for redownloading fresh uploads

Fixed bug in implementation of fresh upload redownloader
This commit is contained in:
Isaac Abadi
2020-12-19 00:24:36 -05:00
parent 8058b743eb
commit 9847577431
5 changed files with 18 additions and 6 deletions

View File

@@ -126,6 +126,10 @@ let CONFIG_ITEMS = {
'key': 'ytdl_subscriptions_check_interval',
'path': 'YoutubeDLMaterial.Subscriptions.subscriptions_check_interval'
},
'ytdl_subscriptions_redownload_fresh_uploads': {
'key': 'ytdl_subscriptions_redownload_fresh_uploads',
'path': 'YoutubeDLMaterial.Subscriptions.redownload_fresh_uploads'
},
// Users
'ytdl_users_base_path': {