mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
fix playlist grid view itemType to PLAYLIST_SONG to support remove from playlist
This commit is contained in:
@@ -95,7 +95,7 @@ export const PlaylistDetailSongListGrid = forwardRef<any, PlaylistDetailSongList
|
|||||||
type: 'offset',
|
type: 'offset',
|
||||||
}}
|
}}
|
||||||
itemsPerRow={gridProps.itemsPerRowEnabled ? gridProps.itemsPerRow : undefined}
|
itemsPerRow={gridProps.itemsPerRowEnabled ? gridProps.itemsPerRow : undefined}
|
||||||
itemType={LibraryItem.SONG}
|
itemType={LibraryItem.PLAYLIST_SONG}
|
||||||
onScrollEnd={handleOnScrollEnd}
|
onScrollEnd={handleOnScrollEnd}
|
||||||
rows={rows}
|
rows={rows}
|
||||||
size={gridProps.size}
|
size={gridProps.size}
|
||||||
|
|||||||
Reference in New Issue
Block a user