mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Fix grammar
This commit is contained in:
parent
9e392977b9
commit
8272e3ed0f
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ public bool IsUpgradeAllowed(QualityProfile qualityProfile, LanguageProfile lang
|
|||
|
||||
if (isQualityUpgrade && !qualityProfile.UpgradeAllowed)
|
||||
{
|
||||
_logger.Debug("Quality profile allows upgrades, skipping");
|
||||
_logger.Debug("Quality profile does not allow upgrades, skipping");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue