mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Fix misc types
This commit is contained in:
parent
ce72ff5e8d
commit
4cb54bc9da
5 changed files with 42 additions and 31 deletions
|
|
@ -156,6 +156,7 @@ const albumListParameters = paginationParameters.extend({
|
|||
id: z.string().optional(),
|
||||
name: z.string().optional(),
|
||||
recently_added: z.boolean().optional(),
|
||||
recently_played: z.boolean().optional(),
|
||||
starred: z.boolean().optional(),
|
||||
year: z.number().optional(),
|
||||
});
|
||||
|
|
@ -236,6 +237,8 @@ const songListParameters = paginationParameters.extend({
|
|||
artist_id: z.array(z.string()).optional(),
|
||||
genre_id: z.string().optional(),
|
||||
starred: z.boolean().optional(),
|
||||
title: z.string().optional(),
|
||||
year: z.number().optional(),
|
||||
});
|
||||
|
||||
const playlist = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue