diff --git a/src/renderer/components/item-list/item-table-list/item-table-list-column.tsx b/src/renderer/components/item-list/item-table-list/item-table-list-column.tsx index 9f9057bc0..d1507ea22 100644 --- a/src/renderer/components/item-list/item-table-list/item-table-list-column.tsx +++ b/src/renderer/components/item-list/item-table-list/item-table-list-column.tsx @@ -176,7 +176,7 @@ export const ItemTableListColumn = (props: ItemTableListColumn) => { props.itemType === LibraryItem.QUEUE_SONG ? [DragOperation.REORDER, DragOperation.ADD] : props.itemType === LibraryItem.PLAYLIST_SONG - ? [DragOperation.REORDER] + ? [DragOperation.REORDER, DragOperation.ADD] : [DragOperation.ADD], target: DragTargetMap[props.itemType] || DragTarget.GENERIC, },