mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
fix error on album/albumartist header image (#1299)
This commit is contained in:
@@ -47,7 +47,7 @@ const AlbumArtistDetailRoute = () => {
|
||||
|
||||
const background = backgroundColor;
|
||||
|
||||
const showBlurredImage = Boolean(detailQuery.data?.imageUrl) && artistBackground;
|
||||
const showBlurredImage = artistBackground;
|
||||
|
||||
return (
|
||||
<AnimatedPage key={`album-artist-detail-${routeId}`}>
|
||||
|
||||
Reference in New Issue
Block a user