Added preliminary support for updating YoutubeDL-Material

Config items that are not found use and set the default value

Fixed potential error while updated youtube-dl binaries
This commit is contained in:
Isaac Grynsztein
2020-03-30 18:35:44 -04:00
parent bcff631936
commit df11aca1e0
4 changed files with 203 additions and 9 deletions

View File

@@ -124,4 +124,7 @@ let CONFIG_ITEMS = {
},
};
module.exports.CONFIG_ITEMS = CONFIG_ITEMS;
module.exports = {
CONFIG_ITEMS: CONFIG_ITEMS,
CURRENT_VERSION: 'v3.5.1'
}