mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
handle play track on playlists
This commit is contained in:
parent
8cce891522
commit
fbdbb8f194
@ -65,7 +65,7 @@ export default (props) => {
|
||||
return <MusicTrack
|
||||
order={index + 1}
|
||||
track={item}
|
||||
onClick={() => handleOnClickTrack(item)}
|
||||
onClickPlayBtn={() => handleOnClickTrack(item)}
|
||||
onLike={() => handleTrackLike(item)}
|
||||
/>
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user