mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: Import failure when unable to parse folder name
This commit is contained in:
@@ -175,6 +175,10 @@ namespace NzbDrone.Core.MediaFiles
|
||||
ReleaseHash = folderInfo.ReleaseHash,
|
||||
};
|
||||
}
|
||||
else
|
||||
{
|
||||
trackInfo = null;
|
||||
}
|
||||
|
||||
var audioFiles = _diskScanService.FilterFiles(directoryInfo.FullName, _diskScanService.GetAudioFiles(directoryInfo.FullName));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user