feat: scrobbling
This commit is contained in:
@@ -10,7 +10,6 @@ const AddToQueueButton = ({ selectedIds }) => {
|
||||
const addToQueue = () => {
|
||||
selectedIds.forEach((id) => {
|
||||
dataProvider.getOne('song', { id }).then((response) => {
|
||||
console.log(response.data)
|
||||
dispatch(addTrack(response.data))
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user