mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
parent
d62b245732
commit
ca32485211
1 changed files with 2 additions and 2 deletions
|
|
@ -126,11 +126,11 @@ public bool ShouldDeleteFolder(IDirectoryInfo directoryInfo, Artist artist)
|
|||
|
||||
if (albumParseResult == null)
|
||||
{
|
||||
_logger.Warn("Unable to parse file on import: [{0}]", audioFile);
|
||||
_logger.Warn("Unable to parse file on import: [{0}]", audioFile.FullName);
|
||||
return false;
|
||||
}
|
||||
|
||||
_logger.Warn("Audio file detected: [{0}]", audioFile);
|
||||
_logger.Warn("Audio file detected: [{0}]", audioFile.FullName);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue