Improve single file detected as full season messaging

pull/6616/head
bakerboy448 2 months ago committed by GitHub
parent 89bef4af99
commit a0329adeba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save