From bd8ae9497f09787293125cf08d4a64aaba278bb2 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Thu, 7 May 2020 15:42:31 +0000 Subject: [PATCH] Initialize the downloader when started --- src/mango.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mango.cr b/src/mango.cr index b8ca7d1..aac5684 100644 --- a/src/mango.cr +++ b/src/mango.cr @@ -26,6 +26,7 @@ OptionParser.parse do |parser| end Config.load(config_path).set_current +MangaDex::Downloader.default server = Server.new server.start