mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-09 11:52:35 +03:00
Use Outlined download icon
Also remove dangling console.log
This commit is contained in:
parent
38c19eddc3
commit
883dd7f728
@ -6,7 +6,7 @@ import {
|
|||||||
} from 'react-admin'
|
} from 'react-admin'
|
||||||
import PlayArrowIcon from '@material-ui/icons/PlayArrow'
|
import PlayArrowIcon from '@material-ui/icons/PlayArrow'
|
||||||
import ShuffleIcon from '@material-ui/icons/Shuffle'
|
import ShuffleIcon from '@material-ui/icons/Shuffle'
|
||||||
import CloudDownloadIcon from '@material-ui/icons/CloudDownload'
|
import CloudDownloadOutlinedIcon from '@material-ui/icons/CloudDownloadOutlined'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { useDispatch } from 'react-redux'
|
import { useDispatch } from 'react-redux'
|
||||||
import { playTracks, shuffleTracks } from '../audioplayer'
|
import { playTracks, shuffleTracks } from '../audioplayer'
|
||||||
@ -24,7 +24,6 @@ const AlbumActions = ({
|
|||||||
const dispatch = useDispatch()
|
const dispatch = useDispatch()
|
||||||
const translate = useTranslate()
|
const translate = useTranslate()
|
||||||
|
|
||||||
console.log(rest)
|
|
||||||
return (
|
return (
|
||||||
<TopToolbar className={className} {...sanitizeListRestProps(rest)}>
|
<TopToolbar className={className} {...sanitizeListRestProps(rest)}>
|
||||||
<Button
|
<Button
|
||||||
@ -49,7 +48,7 @@ const AlbumActions = ({
|
|||||||
}}
|
}}
|
||||||
label={translate('resources.album.actions.download')}
|
label={translate('resources.album.actions.download')}
|
||||||
>
|
>
|
||||||
<CloudDownloadIcon />
|
<CloudDownloadOutlinedIcon />
|
||||||
</Button>
|
</Button>
|
||||||
</TopToolbar>
|
</TopToolbar>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user