1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed: File upgrade rejections will be reported properly when importing

This commit is contained in:
Mark McDowall 2014-09-27 08:58:53 -07:00
parent cc8c88e921
commit 22c9bc402f

View File

@ -14,7 +14,7 @@ public UpgradeSpecification(Logger logger)
_logger = logger;
}
public string RejectionReason { get { return "Is Sample"; } }
public string RejectionReason { get { return "Not an upgrade for existing episode file(s)"; } }
public bool IsSatisfiedBy(LocalEpisode localEpisode)
{