dev #18

Merged
sbcrumb merged 28 commits from dev into main 2025-09-27 17:52:46 -04:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 12767d7350 - Show all commits
+1 -1
View File
@@ -1 +1 @@
2.0.1-clean
2.0.2-clean
+1 -3
View File
@@ -1730,9 +1730,7 @@ path_mapper = PathMapper(config) # FIXED: Pass config to PathMapper
# Initialize Sonarr client using environment variables
sonarr = SonarrClient(
base_url=os.environ.get("SONARR_URL", ""),
api_key=os.environ.get("SONARR_API_KEY", ""),
webhook_secret=os.environ.get("SONARR_WEBHOOK_SECRET", ""),
enabled=bool(os.environ.get("SONARR_URL", ""))
api_key=os.environ.get("SONARR_API_KEY", "")
)
# Use new clean TV processor