diff --git a/src/renderer/features/playlists/components/playlist-detail-content.tsx b/src/renderer/features/playlists/components/playlist-detail-content.tsx index 9f51c987..24d1a916 100644 --- a/src/renderer/features/playlists/components/playlist-detail-content.tsx +++ b/src/renderer/features/playlists/components/playlist-detail-content.tsx @@ -222,7 +222,7 @@ export const PlaylistDetailContent = ({ tableRef }: PlaylistDetailContentProps) suppressLoadingOverlay suppressRowDrag columnDefs={columnDefs} - getRowId={(data) => `${data.data.id}-${data.data.pageIndex}`} + getRowId={(data) => `${data.data.uniqueId}-${data.data.pageIndex}`} rowClassRules={rowClassRules} rowData={playlistSongData} rowHeight={60}