1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-15 21:05:48 -04:00

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