fix: fixing webhook processing
Local Docker Build (Dev) / build-dev (pull_request) Successful in 19s
Local Docker Build (Dev) / build-dev (pull_request) Successful in 19s
This commit is contained in:
+1
-1
@@ -1614,7 +1614,7 @@ nfo_manager = NFOManager(config.manager_brand, config.debug)
|
||||
path_mapper = PathMapper(config) # FIXED: Pass config to PathMapper
|
||||
tv_processor = TVProcessor(db, nfo_manager, path_mapper)
|
||||
movie_processor = MovieProcessor(db, nfo_manager, path_mapper)
|
||||
batcher = WebhookBatcher()
|
||||
batcher = WebhookBatcher(nfo_manager)
|
||||
|
||||
# ---------------------------
|
||||
# Webhook Handlers
|
||||
|
||||
Reference in New Issue
Block a user