mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Add queue db path to config.cr
This commit is contained in:
@@ -24,7 +24,9 @@ class Config
|
|||||||
property mangadex = {
|
property mangadex = {
|
||||||
"base_url" => "https://mangadex.org",
|
"base_url" => "https://mangadex.org",
|
||||||
"api_url" => "https://mangadex.org/api",
|
"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?)
|
def self.load(path : String?)
|
||||||
|
|||||||
Reference in New Issue
Block a user