mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
New: Use Artist backdrop for Album detail page
This commit is contained in:
@@ -234,7 +234,7 @@ class AlbumDetails extends Component {
|
||||
<div
|
||||
className={styles.backdrop}
|
||||
style={{
|
||||
backgroundImage: `url(${getFanartUrl(images)})`
|
||||
backgroundImage: `url(${getFanartUrl(artist.images)})`
|
||||
}}
|
||||
>
|
||||
<div className={styles.backdropOverlay} />
|
||||
|
||||
Reference in New Issue
Block a user