We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42259e8 commit 775630aCopy full SHA for 775630a
1 file changed
src/main.js
@@ -281,6 +281,7 @@ songsFromDB.forEach(item => {
281
artworkColors: item.artworkColors,
282
artworkImageUrl: item.artworkImageUrl,
283
name: item.name,
284
+ title: item.title,
285
src: audioUrl,
286
fn: clickSong
287
}
0 commit comments