mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-18 13:57:04 +00:00
Fixed: File upgrade rejections will be reported properly when importing
This commit is contained in:
@@ -14,7 +14,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
||||
_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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user