mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
refactored into single method/store
This commit is contained in:
@@ -80,7 +80,7 @@ const SongListDetails = React.memo<{
|
||||
}
|
||||
|
||||
return (
|
||||
<ImageGradientScrollView imagePath={coverArtFile?.path} style={styles.container}>
|
||||
<ImageGradientScrollView imagePath={coverArtFile?.file?.path} style={styles.container}>
|
||||
<View style={styles.content}>
|
||||
<CoverArt type="cover" coverArt={songList.coverArt} style={styles.cover} />
|
||||
<Text style={styles.title}>{songList.name}</Text>
|
||||
|
||||
Reference in New Issue
Block a user