mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-05 00:00:44 -04:00
Fix #6
This commit is contained in:
@@ -25,8 +25,8 @@ end
|
||||
|
||||
config = Config.load config_path
|
||||
logger = MLogger.new config
|
||||
library = Library.new config.library_path, config.scan_interval, logger
|
||||
storage = Storage.new config.db_path, logger
|
||||
library = Library.new config.library_path, config.scan_interval, logger, storage
|
||||
|
||||
context = Context.new config, logger, library, storage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user