mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: Error logged when notification fails to send after episode file is deleted
Closes #4289
This commit is contained in:
parent
ae196af2ad
commit
694360457d
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue