mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Clarified error message when parsed episode doesn't exist in the database.
This commit is contained in:
parent
db5494e7ac
commit
d6a135857d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue