mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-27 08:52:17 +03:00
Fix colour of album actions
This commit is contained in:
parent
b8f7715a74
commit
656ca1f3b5
@ -42,7 +42,6 @@ export const AlbumActions = ({
|
||||
return (
|
||||
<TopToolbar className={className} {...sanitizeListRestProps(rest)}>
|
||||
<Button
|
||||
color={'secondary'}
|
||||
onClick={() => {
|
||||
dispatch(playAlbum(ids[0], filteredData))
|
||||
}}
|
||||
@ -51,7 +50,6 @@ export const AlbumActions = ({
|
||||
<PlayArrowIcon />
|
||||
</Button>
|
||||
<Button
|
||||
color={'secondary'}
|
||||
onClick={() => {
|
||||
const shuffled = shuffle(filteredData)
|
||||
const firstId = Object.keys(shuffled)[0]
|
||||
|
@ -48,7 +48,7 @@ const AlbumShow = (props) => {
|
||||
filter={{ album_id: props.id }}
|
||||
resource={'albumSong'}
|
||||
exporter={false}
|
||||
perPage={1000}
|
||||
perPage={-1}
|
||||
pagination={null}
|
||||
sort={{ field: 'discNumber asc, trackNumber asc', order: 'ASC' }}
|
||||
bulkActionButtons={<AlbumSongBulkActions />}
|
||||
|
Loading…
x
Reference in New Issue
Block a user