diff --git a/src/components/AudioPlayer.jsx b/src/components/AudioPlayer.jsx index f320de9..df9f4e7 100644 --- a/src/components/AudioPlayer.jsx +++ b/src/components/AudioPlayer.jsx @@ -809,14 +809,14 @@ export default function Player({ user }) { handleQueueShift(rowData.uuid, true, false)} + onClick={() => handleQueueShift(rowData.uuid, false)} title="Play" > Play handleQueueShift(rowData.uuid, false, true)} + onClick={() => handleQueueShift(rowData.uuid, true)} title="Play Next" > Play Next