Add "Shuffle All" option to Song List. Closes #256

This commit is contained in:
Deluan
2020-08-07 10:47:55 -04:00
parent 4ec451aecb
commit 0730c667a2
4 changed files with 91 additions and 2 deletions
+2
View File
@@ -23,6 +23,7 @@ import {
import { useDispatch } from 'react-redux'
import { setTrack } from '../audioplayer'
import { SongBulkActions } from './SongBulkActions'
import { SongListActions } from './SongListActions'
import { AlbumLinkField } from './AlbumLinkField'
import AddToPlaylistDialog from '../dialogs/AddToPlaylistDialog'
@@ -62,6 +63,7 @@ const SongList = (props) => {
sort={{ field: 'title', order: 'ASC' }}
exporter={false}
bulkActionButtons={<SongBulkActions />}
actions={<SongListActions />}
filters={<SongFilter />}
perPage={isXsmall ? 50 : 15}
>