mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-23 16:55:47 +01:00
New: Improve Manual Import logging when not parsing files
(cherry picked from commit 83f63590630ae0728fd9f9f03567a294934eebcc)
This commit is contained in:
parent
f29af8509d
commit
fc010a5ea0
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