mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
Subsonic 2, general rework (#758)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -224,7 +224,7 @@ const songListParameters = paginationParameters.extend({
|
||||
album_artist_id: z.array(z.string()).optional(),
|
||||
album_id: z.array(z.string()).optional(),
|
||||
artist_id: z.array(z.string()).optional(),
|
||||
genre_id: z.string().optional(),
|
||||
genre_id: z.array(z.string()).optional(),
|
||||
path: z.string().optional(),
|
||||
starred: z.boolean().optional(),
|
||||
title: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user