Subsonic API: added getLyrics/getLyricsBySongId support, ref #379

This commit is contained in:
emeric
2024-10-26 19:04:11 +02:00
parent 72b1367ea6
commit 2d28ea61eb
13 changed files with 238 additions and 6 deletions
+2 -1
View File
@@ -200,7 +200,8 @@ namespace lms::api::subsonic
// Media retrieval
{ "/hls", { handleNotImplemented } },
{ "/getCaptions", { handleNotImplemented } },
{ "/getLyrics", { handleNotImplemented } },
{ "/getLyrics", { handleGetLyrics } },
{ "/getLyricsBySongId", { handleGetLyricsBySongId } },
{ "/getAvatar", { handleNotImplemented } },
// Media annotation