diff --git a/src/NzbDrone.Core/Notifications/NotificationService.cs b/src/NzbDrone.Core/Notifications/NotificationService.cs index 1fe346a1f..a013181b1 100644 --- a/src/NzbDrone.Core/Notifications/NotificationService.cs +++ b/src/NzbDrone.Core/Notifications/NotificationService.cs @@ -198,6 +198,8 @@ namespace NzbDrone.Core.Notifications if (message.EpisodeFile.Episodes.Value.Empty()) { _logger.Trace("Skipping notification for deleted file without an episode (episode metadata was removed)"); + + return; } var deleteMessage = new EpisodeDeleteMessage();