debug optional

This commit is contained in:
2025-09-22 12:18:40 -04:00
parent 3e5c80279f
commit c04fe8d083
3 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -1413,7 +1413,7 @@ start_time = datetime.now(timezone.utc)
# Initialize components
db = NFOGuardDatabase(config.db_path)
nfo_manager = NFOManager(config.manager_brand)
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)