mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Add queue db path to config.cr
This commit is contained in:
parent
bb00c2e77f
commit
905d02e911
@ -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?)
|
||||
|
Loading…
x
Reference in New Issue
Block a user