Add rename rules to config

This commit is contained in:
Alex Ling 2020-05-07 10:11:45 +00:00
parent 986939ecb6
commit b7cd55e692

View File

@ -22,6 +22,8 @@ class Config
"download_retries" => 4,
"download_queue_db_path" => File.expand_path("~/mango/queue.db",
home: true),
"chapter_rename_rule" => "[Vol.{volume} ][Ch.{chapter} ]{title|id}",
"manga_rename_rule" => "{title}",
}
def self.load(path : String?)