Remove mangadex entry from config

This commit is contained in:
Alex Ling
2022-02-06 06:18:09 +00:00
parent a29d6754e8
commit 59528de44d
4 changed files with 3 additions and 53 deletions

View File

@@ -112,7 +112,7 @@ class Queue
use_default
def initialize(db_path : String? = nil)
@path = db_path || Config.current.mangadex["download_queue_db_path"].to_s
@path = db_path || Config.current.queue_db_path.to_s
dir = File.dirname @path
unless Dir.exists? dir
Logger.info "The queue DB directory #{dir} does not exist. " \