fix: Use environment variable directly for Sonarr API key
Local Docker Build (Dev) / build-dev (pull_request) Successful in 4s

- Changed from config.sonarr_api_key to os.environ.get('SONARR_API_KEY', '')
- Matches pattern used in tv_processor.py for Sonarr API access
This commit is contained in:
2025-10-10 11:17:02 -04:00
parent d12a634dd1
commit 4dff85c5c9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.15
2.0.16