Fixed: Improve Single File Full Season Messaging

pull/6605/head
bakerboy448 3 months ago committed by GitHub
parent 7f09903a06
commit b68ecd0c07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,11 +23,11 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Specifications
if (localEpisode.FileEpisodeInfo.FullSeason)
{
_logger.Debug("Single episode file detected as containing all episodes in the season");
return Decision.Reject("Single episode file contains all episodes in seasons");
_logger.Debug("Single episode file detected as containing all episodes in the season. Likely due to no episode parsed from the file name.");
return Decision.Reject("Single episode file contains all episodes in seasons. Review File Name or Manually Import");
}
return Decision.Accept();
}
} go
}
}

Loading…
Cancel
Save