mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue