Try to parse lyrics files in txt files, fixes #582
This commit is contained in:
@@ -28,7 +28,7 @@ namespace lms::metadata
|
||||
{
|
||||
std::span<const std::filesystem::path> getSupportedLyricsFileExtensions()
|
||||
{
|
||||
static const std::array<std::filesystem::path, 1> fileExtensions{ ".lrc" }; // TODO handle ".txt" and ".elrc"
|
||||
static const std::array<std::filesystem::path, 2> fileExtensions{ ".lrc", ".txt" }; // TODO handle ".elrc"
|
||||
return fileExtensions;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user