From 291455f0b7ae1d3b496944bf0b4877eda1bb2645 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 13 Jan 2023 19:40:43 -0500 Subject: [PATCH] Fix Download Dialog not showing in Artist page --- ui/src/artist/DesktopArtistDetails.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/artist/DesktopArtistDetails.js b/ui/src/artist/DesktopArtistDetails.js index 58f27396..3e0667f3 100644 --- a/ui/src/artist/DesktopArtistDetails.js +++ b/ui/src/artist/DesktopArtistDetails.js @@ -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 }) => { )} + } /> )