New: Improve Manual Import logging when not parsing files
This commit is contained in:
parent
ad42d4a14c
commit
83f6359063
|
@ -246,6 +246,7 @@ namespace NzbDrone.Core.MediaFiles.EpisodeImport.Manual
|
|||
|
||||
if (files.Count() > 100)
|
||||
{
|
||||
_logger.Warn("Unable to determine series from folder name and found more than 100 files. Skipping parsing");
|
||||
return ProcessDownloadDirectory(rootFolder, files);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue