mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Fix Download Dialog not showing in Artist page
This commit is contained in:
parent
b1b081e3d8
commit
291455f0b7
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ import Lightbox from 'react-image-lightbox'
|
||||||
import { AddToPlaylistDialog } from '../dialogs'
|
import { AddToPlaylistDialog } from '../dialogs'
|
||||||
import ExpandInfoDialog from '../dialogs/ExpandInfoDialog'
|
import ExpandInfoDialog from '../dialogs/ExpandInfoDialog'
|
||||||
import AlbumInfo from '../album/AlbumInfo'
|
import AlbumInfo from '../album/AlbumInfo'
|
||||||
|
import DownloadMenuDialog from '../dialogs/DownloadMenuDialog'
|
||||||
|
|
||||||
const useStyles = makeStyles(
|
const useStyles = makeStyles(
|
||||||
(theme) => ({
|
(theme) => ({
|
||||||
|
@ -150,6 +151,7 @@ const DesktopArtistDetails = ({ img, artistInfo, record, biography }) => {
|
||||||
)}
|
)}
|
||||||
</Card>
|
</Card>
|
||||||
<AddToPlaylistDialog />
|
<AddToPlaylistDialog />
|
||||||
|
<DownloadMenuDialog />
|
||||||
<ExpandInfoDialog content={<AlbumInfo />} />
|
<ExpandInfoDialog content={<AlbumInfo />} />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue