Skip to content

Commit

Permalink
Merge pull request #22 from 0x0is1/enhancements
Browse files Browse the repository at this point in the history
Bug fix for song cards
  • Loading branch information
0x0is1 authored Oct 9, 2024
2 parents fd78781 + 4a8b83b commit e1a5523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "lissen-mobile",
"slug": "lissen-mobile",
"displayName": "Lissen",
"version": "0.1.4",
"version": "0.1.5",
"orientation": "portrait",
"icon": "./assets/icon.png",
"displayLogo": "./assets/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/albumParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const handleAlbum = async ({
albumCover: data.image.replace("150x150", "500x500"),
items: [
{
id: item.id,
id: itemId,
songName: data.song,
duration: data.duration,
songCover: data.image.replace("150x150", "500x500"),
Expand Down

0 comments on commit e1a5523

Please sign in to comment.