fix: AlbumShow was adding previous played tracks when trying to shuffle the album

This commit is contained in:
Deluan
2020-03-02 14:51:52 -05:00
parent 5e7aaa667b
commit 28bc9c1d4f
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const PLAYER_SCROBBLE = 'PLAYER_SCROBBLE'
const PLAYER_PLAY_ALBUM = 'PLAYER_PLAY_ALBUM'
const mapToAudioLists = (item) => ({
id: item.id,
// id: item.id,
name: item.title,
singer: item.artist,
cover: subsonicUrl('getCoverArt', item.id, { size: 300 }),