mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-03 00:03:14 -04:00
- periodic scan
This commit is contained in:
@@ -4,7 +4,7 @@ require "./library"
|
||||
require "./storage"
|
||||
|
||||
config = Config.load
|
||||
library = Library.new config.library_path
|
||||
library = Library.new config.library_path, config.scan_interval
|
||||
storage = Storage.new config.db_path
|
||||
|
||||
server = Server.new config, library, storage
|
||||
|
||||
Reference in New Issue
Block a user