mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
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