diff --git a/lib/routes/spotify/artist.ts b/lib/routes/spotify/artist.ts index d063693b19a8..5d8d0466ebd7 100644 --- a/lib/routes/spotify/artist.ts +++ b/lib/routes/spotify/artist.ts @@ -47,7 +47,7 @@ async function handler(ctx) { Authorization: `Bearer ${token}`, }, }); - const itemsResponse = await ofetch(`https://api.spotify.com/v1/artists/${id}/albums`, { + const itemsResponse = await ofetch(`https://api.spotify.com/v1/artists/${id}/albums?include_groups=album,single,ep,appears_on,compilation`, { method: 'GET', headers: { Authorization: `Bearer ${token}`,