Subsonic API: added getLyrics/getLyricsBySongId support, ref #379
This commit is contained in:
@@ -200,7 +200,8 @@ namespace lms::api::subsonic
|
||||
// Media retrieval
|
||||
{ "/hls", { handleNotImplemented } },
|
||||
{ "/getCaptions", { handleNotImplemented } },
|
||||
{ "/getLyrics", { handleNotImplemented } },
|
||||
{ "/getLyrics", { handleGetLyrics } },
|
||||
{ "/getLyricsBySongId", { handleGetLyricsBySongId } },
|
||||
{ "/getAvatar", { handleNotImplemented } },
|
||||
|
||||
// Media annotation
|
||||
|
||||
Reference in New Issue
Block a user