From 1e4f2875aad677f54097f121fe249462e332fd78 Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Thu, 3 Apr 2025 11:51:58 +0100 Subject: [PATCH] Removing check on songs, will do a different way --- frontend/src/app/album/[id]/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/album/[id]/page.tsx b/frontend/src/app/album/[id]/page.tsx index 887dc5f..c1e109b 100644 --- a/frontend/src/app/album/[id]/page.tsx +++ b/frontend/src/app/album/[id]/page.tsx @@ -29,11 +29,9 @@ export default function Page() { {album.title} by {album.artist} ({album.genre}) );