diff --git a/src/components/player/PlayerBar.tsx b/src/components/player/PlayerBar.tsx index 49416e8..072797f 100644 --- a/src/components/player/PlayerBar.tsx +++ b/src/components/player/PlayerBar.tsx @@ -281,7 +281,7 @@ const PlayerBar = () => { }) ); } else { - await unstar(playQueue[currentEntryList][playQueue.currentIndex].id, 'song'); + await unstar(playQueue[currentEntryList][playQueue.currentIndex].id, 'music'); dispatch( setStar({ id: [playQueue[currentEntryList][playQueue.currentIndex].id],