diff --git a/src/NzbDrone.Core/MediaFiles/TrackImport/Manual/ManualImportService.cs b/src/NzbDrone.Core/MediaFiles/TrackImport/Manual/ManualImportService.cs index 1f90b7904..912bd4a9d 100644 --- a/src/NzbDrone.Core/MediaFiles/TrackImport/Manual/ManualImportService.cs +++ b/src/NzbDrone.Core/MediaFiles/TrackImport/Manual/ManualImportService.cs @@ -170,6 +170,7 @@ private List 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); }