Clarified error message when parsed episode doesn't exist in the database.
This commit is contained in:
parent
db5494e7ac
commit
d6a135857d
|
@ -93,7 +93,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport
|
||||||
|
|
||||||
if (localEpisode.Episodes.Empty())
|
if (localEpisode.Episodes.Empty())
|
||||||
{
|
{
|
||||||
decision = new ImportDecision(localEpisode, new Rejection("Unable to parse episode(s) from filename"));
|
decision = new ImportDecision(localEpisode, new Rejection("Invalid season or episode"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue