Skip to content

Commit

Permalink
[bugfix]: disable play button when queue is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Jan 25, 2024
1 parent 362a88b commit 527e6a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => {
/>
)}
<PlayerButton
disabled={currentSong?.id === undefined}
icon={
status === PlayerStatus.PAUSED ? (
<RiPlayFill size={20} />
Expand Down

1 comment on commit 527e6a7

@vercel
Copy link

@vercel vercel bot commented on 527e6a7 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

feishin – ./

feishin-jeffvli.vercel.app
feishin.vercel.app
feishin-git-development-jeffvli.vercel.app

Please sign in to comment.