mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
New: Improve Manual Import logging when not parsing files
Closes #8059 (cherry picked from commit 83f63590630ae0728fd9f9f03567a294934eebcc)
This commit is contained in:
parent
d98c86c3d9
commit
9d2dacea97
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue