mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
add getTranscodeDecision controller endpoint and types
This commit is contained in:
@@ -941,6 +941,7 @@ export const NavidromeController: InternalControllerEndpoint = {
|
||||
totalRecordCount: res.totalRecordCount,
|
||||
};
|
||||
},
|
||||
getTranscodeDecision: SubsonicController.getTranscodeDecision,
|
||||
getUserInfo: SubsonicController.getUserInfo,
|
||||
getUserList: async (args) => {
|
||||
const { apiClientProps, query } = args;
|
||||
|
||||
Reference in New Issue
Block a user