Browse Source

Fix queue when double clicking a modified playlist

master
jeffvli 3 years ago
parent
commit
5abfe56775
  1. 2
      src/components/playlist/PlaylistView.tsx

2
src/components/playlist/PlaylistView.tsx

@ -150,7 +150,7 @@ const PlaylistView = ({ ...rest }) => {
dispatch(
setPlayQueueByRowClick({
entries: localPlaylistData,
currentIndex: e.index,
currentIndex: e.rowIndex,
currentSongId: e.id,
uniqueSongId: e.uniqueId,
})

Loading…
Cancel
Save