diff --git a/src/config.cr b/src/config.cr index 27ec3f2..0d1d736 100644 --- a/src/config.cr +++ b/src/config.cr @@ -16,7 +16,8 @@ class Config property log_level : String = "info" property upload_path : String = File.expand_path "~/mango/uploads", home: true - property plugin_path : String = File.expand_path "~/mango/plugins" + property plugin_path : String = File.expand_path "~/mango/plugins", + home: true property mangadex = Hash(String, String | Int32).new @[YAML::Field(ignore: true)]