mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Fix grammar
This commit is contained in:
@@ -161,7 +161,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
||||
|
||||
if (isQualityUpgrade && !qualityProfile.UpgradeAllowed)
|
||||
{
|
||||
_logger.Debug("Quality profile allows upgrades, skipping");
|
||||
_logger.Debug("Quality profile does not allow upgrades, skipping");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user