mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01: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
@ -156,6 +156,8 @@ private List<ManualImportItem> ProcessFolder(string rootFolder, string baseFolde
|
|||||||
|
|
||||||
if (files.Count() > 100)
|
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);
|
return ProcessDownloadDirectory(rootFolder, files);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user