Added basic support for artist.nfo file parsing, ref #640
This commit is contained in:
@@ -94,6 +94,7 @@ namespace lms::scanner
|
||||
{
|
||||
trackLyrics.remove();
|
||||
stats.deletions++;
|
||||
LMS_LOG(DBUPDATER, DEBUG, "Removed lyrics file " << _file);
|
||||
}
|
||||
context.stats.errors.emplace_back(_file, ScanErrorType::CannotReadLyricsFile);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user