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 committed by sharinganthief
parent da721038be
commit 33a5e3df08

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