mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 12:10:36 +03:00
Allow sorting playlist tracks
This commit is contained in:
parent
94e1b1f65d
commit
14f3ffbee6
@ -112,9 +112,10 @@ const PlaylistSongs = (props) => {
|
||||
{...controllerProps}
|
||||
hasBulkActions={hasBulkActions}
|
||||
>
|
||||
<TextField source="title" sortable={false} />
|
||||
<TextField source="artist" sortable={false} />
|
||||
<DurationField source="duration" sortable={false} />
|
||||
<TextField source="id" label={'#'} />
|
||||
<TextField source="title" />
|
||||
<TextField source="artist" />
|
||||
<DurationField source="duration" />
|
||||
<SongContextMenu onAddToPlaylist={onAddToPlaylist} />
|
||||
</Datagrid>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user