New: Improve Manual Import logging when not parsing files

Closes #8059

(cherry picked from commit 83f63590630ae0728fd9f9f03567a294934eebcc)
This commit is contained in:
bakerboy448 2023-02-04 02:06:59 -06:00 committed by Qstick
parent d98c86c3d9
commit 9d2dacea97

View file

@ -156,6 +156,8 @@ namespace NzbDrone.Core.MediaFiles.MovieImport.Manual
if (files.Count() > 100)
{
_logger.Warn("Unable to determine movie from folder name and found more than 100 files. Skipping parsing");
return ProcessDownloadDirectory(rootFolder, files);
}