Update instant mix to use the new items endpoint instead of songs (#1642)

songs/:itemId:/InstantMix -> items/:itemId/InstantMix
This commit is contained in:
Alexander Welsing
2026-02-04 07:34:34 +01:00
committed by GitHub
parent 0dd13cbab1
commit b4ecf5d257
+1 -1
View File
@@ -137,7 +137,7 @@ export const contract = c.router({
},
getInstantMix: {
method: 'GET',
path: 'songs/:itemId/InstantMix',
path: 'items/:itemId/InstantMix',
query: jfType._parameters.similarSongs,
responses: {
200: jfType._response.songList,