diff --git a/ui/src/artist/DesktopArtistDetails.js b/ui/src/artist/DesktopArtistDetails.js index 58f273969..3e0667f34 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 }) => { )} + } /> )