mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
implement item list grid card row customization
This commit is contained in:
@@ -8,6 +8,7 @@ export enum DragTarget {
|
||||
ARTIST = LibraryItem.ARTIST,
|
||||
GENERIC = 'generic',
|
||||
GENRE = LibraryItem.GENRE,
|
||||
GRID_ROW = 'gridRow',
|
||||
PLAYLIST = LibraryItem.PLAYLIST,
|
||||
QUEUE_SONG = LibraryItem.QUEUE_SONG,
|
||||
SONG = LibraryItem.SONG,
|
||||
|
||||
Reference in New Issue
Block a user