New: Improve Manual Import logging when not parsing files

(cherry picked from commit 83f63590630ae0728fd9f9f03567a294934eebcc)
This commit is contained in:
bakerboy448 2023-02-04 02:06:59 -06:00
parent f29af8509d
commit fc010a5ea0

View file

@ -170,6 +170,7 @@ private List<ManualImportItem> ProcessFolder(string folder, string downloadId, A
if (artist == null && artistFiles.Count > 100)
{
_logger.Warn("Unable to determine artist from folder name and found more than 100 files. Skipping parsing");
return ProcessDownloadDirectory(folder, artistFiles);
}