diff --git a/app/listen/[collectionid]/page.tsx b/app/listen/[collectionid]/page.tsx
index bde2712..1b545f0 100644
--- a/app/listen/[collectionid]/page.tsx
+++ b/app/listen/[collectionid]/page.tsx
@@ -9,22 +9,21 @@ export default async function ListenByCollectionID({ params }: { params: { colle
if (!id) return
{result.shortdescription}
+{collection.shortdescription}
{result.longdescription}
+{collection.longdescription}
No audio results found for this work.
+No audio results found for this work.
}{currentTrack.artist ?? "(no artist listed)"} - {currentTrack.year ?? "(no year listed)"}
+{currentCollection?.artist ?? "(no artist listed)"} - {currentCollection?.year ?? "(no year listed)"}
> ) : ( <> @@ -35,23 +37,24 @@ export default function AudioPlayer() { )}