fix missing musicFolderId on search (#1451)

This commit is contained in:
jeffvli
2025-12-28 13:34:26 -08:00
parent 304c38db1e
commit d5d995de5f
3 changed files with 8 additions and 2 deletions
@@ -416,7 +416,6 @@ const getSongsByGenre = z.object({
const getAlbumParameters = z.object({
id: z.string(),
musicFolderId: z.string().optional(),
});
const getAlbum = z.object({