Fix typo cbz -> gz

This commit is contained in:
Alex Ling 2021-09-18 12:41:25 +00:00
parent f50a7e3b3e
commit 72fae7f5ed

View File

@ -11,7 +11,7 @@ class Config
property session_secret : String = "mango-session-secret"
property library_path : String = File.expand_path "~/mango/library",
home: true
property library_cache_path = File.expand_path "~/mango/library.yml.cbz",
property library_cache_path = File.expand_path "~/mango/library.yml.gz",
home: true
property db_path : String = File.expand_path "~/mango/mango.db", home: true
property scan_interval_minutes : Int32 = 5