mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 12:33:04 +02:00
New: Improve Manual Import logging when not parsing files
(cherry picked from commit 83f63590630ae0728fd9f9f03567a294934eebcc)
This commit is contained in:
parent
da721038be
commit
33a5e3df08
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue