New: Improve Manual Import logging when not parsing files

This commit is contained in:
bakerboy448 2023-02-04 02:06:59 -06:00 committed by GitHub
parent ad42d4a14c
commit 83f6359063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}