fix set volume route and formatting
This commit is contained in:
@@ -110,7 +110,9 @@ export async function tidalRoutes(
|
||||
description:
|
||||
"Set volume level (accepts absolute number or relative +/- value)",
|
||||
tags: ["tidal"],
|
||||
body: z.string(),
|
||||
body: z.object({
|
||||
volume: z.string(),
|
||||
}),
|
||||
response: {
|
||||
200: z.object({
|
||||
volume: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user