WIP. A little custom music server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add album key

+1
+1
web/src/pages/album/index.tsx
··· 54 54 55 55 {albums.map(album => <AlbumCard 56 56 album={album} 57 + key={album.id} 57 58 58 59 />)} 59 60