This commit is contained in:
ponzischeme89
2026-08-21 23:15:42 +12:00
parent c85fab4459
commit 8b3d80a0a6
14 changed files with 199 additions and 259 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ func (s *Server) scanSonarrLifecycle(ctx context.Context) (sonarrLifecycleResult
UserID: user.ID,
Username: user.Username,
Title: "Show cancelled",
Body: change.Current.Title + " is now listed as cancelled in Sonarr.",
Body: change.Current.Title + " has been cancelled.",
SourceKey: sourceKey,
EventAt: &eventAt,
Metadata: map[string]any{"series": change.Current.Title, "status": change.Current.Status},