1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02: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 @@ private List<ManualImportItem> ProcessFolder(string rootFolder, string baseFolde
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);
}