support playlist folder drag/drop

This commit is contained in:
jeffvli
2026-05-13 18:39:06 -07:00
parent c4ef6f3799
commit fcd4c27fb8
5 changed files with 539 additions and 69 deletions
+1
View File
@@ -12,6 +12,7 @@ export enum DragTarget {
GRID_ROW = 'gridRow',
PLAYLIST = LibraryItem.PLAYLIST,
QUEUE_SONG = LibraryItem.QUEUE_SONG,
SIDEBAR_PLAYLIST_FOLDER = 'sidebarPlaylistFolder',
SONG = LibraryItem.SONG,
TABLE_COLUMN = 'tableColumn',
}