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,
|
apiClientProps,
|
||||||
query: { ...query, limit: 1, startIndex: 0 },
|
query: { ...query, limit: 1, startIndex: 0 },
|
||||||
}).then((result) => result!.totalRecordCount!),
|
}).then((result) => result!.totalRecordCount!),
|
||||||
|
getStructuredLyrics: SubsonicController.getStructuredLyrics,
|
||||||
getTopSongs: SubsonicController.getTopSongs,
|
getTopSongs: SubsonicController.getTopSongs,
|
||||||
getTranscodingUrl: SubsonicController.getTranscodingUrl,
|
getTranscodingUrl: SubsonicController.getTranscodingUrl,
|
||||||
getUserList: async (args) => {
|
getUserList: async (args) => {
|
||||||
|
|
Reference in a new issue