File descriptors are now stored in the config_api until they find a better home

File deletion now works in multi-user mode. Sharing and subscriptions are the last holdouts for porting over to multi-user-mode

Fixed bug with archive mode that defaulted to storing the ID in the video archive all the time (rather than audio if it's an mp3)
This commit is contained in:
Isaac Grynsztein
2020-04-26 18:33:23 -04:00
parent fa1b291f97
commit e790c9fadf
3 changed files with 109 additions and 23 deletions

View File

@@ -134,7 +134,8 @@ module.exports = {
setConfigFile: setConfigFile,
configExistsCheck: configExistsCheck,
CONFIG_ITEMS: CONFIG_ITEMS,
setLogger: setLogger
setLogger: setLogger,
descriptors: {}
}
DEFAULT_CONFIG = {