fixed the api call to get musicgenres

This commit is contained in:
Christoph Ritzer 2025-08-26 17:14:17 +02:00
parent 5ab0eba23e
commit 377a3ea8ab

View file

@ -118,7 +118,7 @@ export const contract = c.router({
}, },
getGenreList: { getGenreList: {
method: 'GET', method: 'GET',
path: 'genres', path: 'musicgenres',
query: jfType._parameters.genreList, query: jfType._parameters.genreList,
responses: { responses: {
200: jfType._response.genreList, 200: jfType._response.genreList,