mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
add getTranscodeStream to subsonic api
This commit is contained in:
@@ -259,6 +259,14 @@ export const contract = c.router({
|
|||||||
200: ssType._response.getTranscodeDecision,
|
200: ssType._response.getTranscodeDecision,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
getTranscodeStream: {
|
||||||
|
method: 'GET',
|
||||||
|
path: 'getTranscodeStream.view',
|
||||||
|
query: ssType._parameters.getTranscodeStream,
|
||||||
|
responses: {
|
||||||
|
200: z.string(),
|
||||||
|
},
|
||||||
|
},
|
||||||
getUser: {
|
getUser: {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
path: 'getUser.view',
|
path: 'getUser.view',
|
||||||
|
|||||||
Reference in New Issue
Block a user