web: more web updated and improvements
Local Docker Build (Dev) / build-dev (push) Successful in 5s

This commit is contained in:
2025-10-15 16:02:51 -04:00
parent d02ee396e9
commit 4b77872fd5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ class SonarrClient:
_log("WARNING", f"No import events, using grab date: {earliest_grab['date']} for episode {episode_id}")
return earliest_grab["date"]
_log("WARNING", f"No reliable import events found for episode {episode_id}")
_log("WARNING", f"No reliable import events found for episode {episode_id} - should use air date instead")
return None