refactored into single method/store

This commit is contained in:
austinried
2021-08-14 16:22:40 +09:00
parent 9cacc4de36
commit a95372fa55
7 changed files with 172 additions and 182 deletions

View File

@@ -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>