1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-03 18:26:42 +00:00

Fix typo in Deleted Episode File Specification

This commit is contained in:
Bogdan 2025-02-03 17:03:20 +02:00 committed by Mark McDowall
parent 5208f5e966
commit 39f1c669b8
No known key found for this signature in database

View file

@ -54,7 +54,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications.RssSync
}
_logger.Debug("Files for this episode exist in the database but not on disk, will be unmonitored on next diskscan. skipping.");
return DownloadSpecDecision.Reject(DownloadRejectionReason.SeriesNotMonitored, "Series is not monitored");
return DownloadSpecDecision.Reject(DownloadRejectionReason.EpisodeNotMonitored, "Episode is not monitored");
}
return DownloadSpecDecision.Accept();