mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-01 04:25:55 +00:00
Better message when rejecting episode if its not an upgrade
This commit is contained in:
parent
76c6d9cc5b
commit
76dd663bae
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public virtual Decision IsSatisfiedBy(RemoteEpisode subject, SearchCriteriaBase
|
|||
|
||||
if (!_qualityUpgradableSpecification.IsUpgradable(subject.Series.Profile, file.Quality, subject.ParsedEpisodeInfo.Quality))
|
||||
{
|
||||
return Decision.Reject("Existing file on disk is of equal or higher quality: {0}", file.Quality);
|
||||
return Decision.Reject("Quality for existing file on disk is of equal or higher preference: {0}", file.Quality);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue