Subsonic API: added getLyrics/getLyricsBySongId support, ref #379
This commit is contained in:
@@ -136,8 +136,7 @@ namespace lms::metadata
|
||||
std::vector<std::chrono::milliseconds> timestamps;
|
||||
std::string accumulatedLyrics;
|
||||
|
||||
auto applyAccumulatedLyrics = [&](bool skipTrailingEmptyLines = false)
|
||||
{
|
||||
auto applyAccumulatedLyrics = [&](bool skipTrailingEmptyLines = false) {
|
||||
if (lastTimestamps.empty())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user