Add getStructuredLyrics to navidrome controller
This commit is contained in:
parent
244aee45cd
commit
715f800788
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ export const NavidromeController: ControllerEndpoint = {
|
|||
apiClientProps,
|
||||
query: { ...query, limit: 1, startIndex: 0 },
|
||||
}).then((result) => result!.totalRecordCount!),
|
||||
getStructuredLyrics: SubsonicController.getStructuredLyrics,
|
||||
getTopSongs: SubsonicController.getTopSongs,
|
||||
getTranscodingUrl: SubsonicController.getTranscodingUrl,
|
||||
getUserList: async (args) => {
|
||||
|
|
Reference in a new issue