mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
fix username param on subsonic getUser (#1362)
This commit is contained in:
@@ -8,7 +8,7 @@ const baseResponse = z.object({
|
||||
});
|
||||
|
||||
const userParameters = z.object({
|
||||
id: z.string(),
|
||||
username: z.string(),
|
||||
});
|
||||
|
||||
const user = z.object({
|
||||
|
||||
Reference in New Issue
Block a user