diff --git a/front/API.ts b/front/API.ts index 95daf57..d309d46 100644 --- a/front/API.ts +++ b/front/API.ts @@ -197,7 +197,7 @@ export default class API { */ public static async getUserRecommendations(): Promise { return Array.of(4).map((i) => ({ - id: i, + id: 1, name: `Recommended Song ${i}`, artistId: i, genreId: i,