Add MangaDex::Queue to Context

This commit is contained in:
Alex Ling
2020-02-28 17:37:08 +00:00
parent f11a5cd608
commit d3d8dff6d2
2 changed files with 7 additions and 2 deletions

View File

@@ -8,8 +8,9 @@ class Context
property library : Library
property storage : Storage
property logger : MLogger
property queue : MangaDex::Queue
def initialize(@config, @logger, @library, @storage)
def initialize(@config, @logger, @library, @storage, @queue)
end
{% for lvl in LEVELS %}