mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-03 06:06:49 +01:00
Add missing "does" to DifferentQualitySpec message
This commit is contained in:
parent
4bacc35605
commit
d4bcf28d08
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public Decision IsSatisfiedBy(LocalEpisode localEpisode, DownloadClientItem down
|
|||
if (qualityCompare != 0)
|
||||
{
|
||||
_logger.Debug("Quality of file ({0}) does not match quality of grabbed release ({1})", localEpisode.Quality, grabbedEpisodeHistory.Quality);
|
||||
return Decision.Reject("Quality of file ({0}) not match quality of grabbed release ({1})", localEpisode.Quality, grabbedEpisodeHistory.Quality);
|
||||
return Decision.Reject("Quality of file ({0}) does not match quality of grabbed release ({1})", localEpisode.Quality, grabbedEpisodeHistory.Quality);
|
||||
}
|
||||
|
||||
return Decision.Accept();
|
||||
|
|
|
|||
Loading…
Reference in a new issue