fix: Correct config attribute name for Sonarr URL in rename webhook handler
Local Docker Build (Dev) / build-dev (pull_request) Successful in 4s

- Changed config.sonarr_base_url to config.sonarr_url to match actual config object
- Fixes AttributeError that was preventing rename webhook targeting from working
This commit is contained in:
2025-10-10 11:02:53 -04:00
parent 6e70497be2
commit 0e24f74dcb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.14
2.0.15