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