mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 08:28:37 +01:00
Fix typo in Deleted Episode File Specification
This commit is contained in:
parent
5208f5e966
commit
39f1c669b8
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public virtual DownloadSpecDecision IsSatisfiedBy(RemoteEpisode subject, SearchC
|
|||
}
|
||||
|
||||
_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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue