fix set volume route and formatting

This commit is contained in:
Darius
2026-02-03 22:12:26 +01:00
parent 6859ba27b9
commit e06d1c6e44

View File

@@ -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(),