Add path param for ND song list api
This commit is contained in:
parent
0b62bee3a6
commit
ebcb7bc4d1
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ const songListParameters = paginationParameters.extend({
|
|||
album_id: z.array(z.string()).optional(),
|
||||
artist_id: z.array(z.string()).optional(),
|
||||
genre_id: z.string().optional(),
|
||||
path: z.string().optional(),
|
||||
starred: z.boolean().optional(),
|
||||
title: z.string().optional(),
|
||||
year: z.number().optional(),
|
||||
|
|
Reference in a new issue