Revert "Replace the LoveButton with ArtistContextMenu in the artist page - #1979"

see https://github.com/navidrome/navidrome/issues/1979#issuecomment-1402904870
This commit is contained in:
Deluan
2023-01-24 20:12:29 -05:00
parent 457e1fc97b
commit 16850a9be0
2 changed files with 6 additions and 9 deletions
+2 -3
View File
@@ -4,7 +4,7 @@ import { makeStyles } from '@material-ui/core/styles'
import Card from '@material-ui/core/Card'
import CardMedia from '@material-ui/core/CardMedia'
import config from '../config'
import { ArtistContextMenu, RatingField } from '../common'
import { LoveButton, RatingField } from '../common'
import Lightbox from 'react-image-lightbox'
import subsonic from '../subsonic'
@@ -109,8 +109,7 @@ const MobileArtistDetails = ({ artistInfo, biography, record }) => {
className={classes.artistName}
>
{title}
<ArtistContextMenu
showLove={config.enableFavourites}
<LoveButton
className={classes.loveButton}
record={record}
resource={'artist'}