mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-03 00:03:14 -04:00
Add MangaDex::Queue to Context
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user