mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 23:33:21 +03:00
Config items are now checked on start. Missing ones will be autofilled with the default values automatically on startup
This commit is contained in:
@@ -71,7 +71,7 @@ const logger = winston.createLogger({
|
||||
]
|
||||
});
|
||||
|
||||
config_api.setLogger(logger);
|
||||
config_api.initialize(logger);
|
||||
subscriptions_api.initialize(db, users_db, logger);
|
||||
auth_api.initialize(users_db, logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user