New: Improve Manual Import logging when not parsing files

pull/5414/head
bakerboy448 1 year ago committed by GitHub
parent ad42d4a14c
commit 83f6359063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save