mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 04:21:30 +03:00
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:
@@ -134,7 +134,8 @@ module.exports = {
|
||||
setConfigFile: setConfigFile,
|
||||
configExistsCheck: configExistsCheck,
|
||||
CONFIG_ITEMS: CONFIG_ITEMS,
|
||||
setLogger: setLogger
|
||||
setLogger: setLogger,
|
||||
descriptors: {}
|
||||
}
|
||||
|
||||
DEFAULT_CONFIG = {
|
||||
|
||||
Reference in New Issue
Block a user