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( dispatch(
setPlayQueueByRowClick({ setPlayQueueByRowClick({
entries: localPlaylistData, entries: localPlaylistData,
currentIndex: e.index, currentIndex: e.rowIndex,
currentSongId: e.id, currentSongId: e.id,
uniqueSongId: e.uniqueId, uniqueSongId: e.uniqueId,
}) })

Loading…
Cancel
Save