mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
fix missing musicFolderId on search (#1451)
This commit is contained in:
@@ -416,7 +416,6 @@ const getSongsByGenre = z.object({
|
||||
|
||||
const getAlbumParameters = z.object({
|
||||
id: z.string(),
|
||||
musicFolderId: z.string().optional(),
|
||||
});
|
||||
|
||||
const getAlbum = z.object({
|
||||
|
||||
Reference in New Issue
Block a user