fix: fixing webhook processing
Local Docker Build (Dev) / build-dev (pull_request) Successful in 19s

This commit is contained in:
2025-10-02 16:31:07 -04:00
parent 72bfcd9eed
commit 9f86b02665
5 changed files with 165 additions and 22 deletions
+1 -1
View File
@@ -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