Show Playlist tracks

This commit is contained in:
Deluan
2020-05-15 13:48:33 -04:00
committed by Deluan Quintão
parent 8a709c489a
commit 0ca79eead4
11 changed files with 313 additions and 46 deletions
+3 -1
View File
@@ -10,7 +10,7 @@ import React from 'react'
import { useDispatch } from 'react-redux'
import { playAlbum, shuffleAlbum } from '../audioplayer'
export const AlbumActions = ({
const AlbumActions = ({
className,
ids,
data,
@@ -47,3 +47,5 @@ AlbumActions.defaultProps = {
selectedIds: [],
onUnselectItems: () => null,
}
export default AlbumActions