mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 23:04:40 +02:00
support playlist folder drag/drop
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user