mirror of
https://github.com/navidrome/navidrome.git
synced 2026-02-02 06:24:14 +00:00
Fix Download Dialog not showing in Artist page
This commit is contained in:
parent
4eea76efb0
commit
5cc9915ea9
@ -11,6 +11,7 @@ import Lightbox from 'react-image-lightbox'
|
||||
import { AddToPlaylistDialog } from '../dialogs'
|
||||
import ExpandInfoDialog from '../dialogs/ExpandInfoDialog'
|
||||
import AlbumInfo from '../album/AlbumInfo'
|
||||
import DownloadMenuDialog from '../dialogs/DownloadMenuDialog'
|
||||
|
||||
const useStyles = makeStyles(
|
||||
(theme) => ({
|
||||
@ -150,6 +151,7 @@ const DesktopArtistDetails = ({ img, artistInfo, record, biography }) => {
|
||||
)}
|
||||
</Card>
|
||||
<AddToPlaylistDialog />
|
||||
<DownloadMenuDialog />
|
||||
<ExpandInfoDialog content={<AlbumInfo />} />
|
||||
</div>
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user