Add link to album from player's song title. Fixes #324

This commit is contained in:
Deluan
2020-06-12 17:02:04 -04:00
parent c216b14655
commit f8a18b59b0
4 changed files with 25 additions and 3 deletions
+2
View File
@@ -14,6 +14,8 @@ const mapToAudioLists = (item) => {
trackId: id,
name: item.title,
singer: item.artist,
albumId: item.albumId,
artistId: item.albumArtistId,
duration: item.duration,
cover: subsonic.url('getCoverArt', id, { size: 300 }),
musicSrc: subsonic.url('stream', id, { ts: true }),