mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-25 00:00:36 -05:00
Add queue db path to config.cr
This commit is contained in:
@@ -24,7 +24,9 @@ class Config
|
||||
property mangadex = {
|
||||
"base_url" => "https://mangadex.org",
|
||||
"api_url" => "https://mangadex.org/api",
|
||||
"download_wait_seconds" => 5
|
||||
"download_wait_seconds" => 5,
|
||||
"download_queue_db_path" => File.expand_path "~/mango/queue.db",
|
||||
home: true
|
||||
}
|
||||
|
||||
def self.load(path : String?)
|
||||
|
||||
Reference in New Issue
Block a user