music card style

This commit is contained in:
2025-10-13 10:01:53 +02:00
parent 6a89e40735
commit 11192c4cad
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ const AllMyPlaylist = ({ route }) => {
<MusicCard
key={p.id}
title={p?.title}
subtitle={"MusicLand"}
subtitle={p?.userName}
imageUri={p?.coverUrl || null}
projectId={p?.id}
likedBy={p?.likedBy || []}