From 9f834afc5068911046338b57bc044ec4fb7902ce Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 3 Nov 2021 05:48:22 -0700 Subject: [PATCH] Fix unstar from playerbar --- src/components/player/PlayerBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],