fixes: dates sonarr
Local Docker Build (Dev) / build-dev (push) Successful in 5s

This commit is contained in:
2025-10-25 13:07:57 -04:00
parent 4c4a805c5d
commit 952319b061
2 changed files with 41 additions and 12 deletions
+1
View File
@@ -135,6 +135,7 @@ async def sonarr_webhook(request: Request, background_tasks: BackgroundTasks, de
"episodeNumber": episode_num,
"id": episode_file.get("id"),
"title": episode_file.get("title")
# Note: Not including dateAdded - we use database-first approach with Sonarr fallback
}]
print(f"INFO: Extracted episode info from episodeFile for {webhook.eventType}: S{season_num:02d}E{episode_num:02d}")
else: