mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
Fixed: File upgrade rejections will be reported properly when importing
This commit is contained in:
parent
cc8c88e921
commit
22c9bc402f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
|
||||||
_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)
|
public bool IsSatisfiedBy(LocalEpisode localEpisode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue