playbacks record
This commit is contained in:
@@ -217,34 +217,24 @@ const Library = () => {
|
||||
...Style.defaultBorder,
|
||||
}}
|
||||
>
|
||||
{hasMyMusic && (
|
||||
<View style={{ flex: 1 }}>
|
||||
<MyMusic />
|
||||
</View>
|
||||
)}
|
||||
{hasPlaylists && (
|
||||
<View style={{ flex: 1 }}>
|
||||
<MyPlaylist />
|
||||
</View>
|
||||
)}
|
||||
<View style={{ flex: 1 }}>
|
||||
<MyMusic />
|
||||
</View>
|
||||
<View style={{ flex: 1 }}>
|
||||
<MyPlaylist />
|
||||
</View>
|
||||
</BlurView>
|
||||
|
||||
<View style={{ flexDirection: "row", gap: 20 }}>
|
||||
{hasBackTracks && (
|
||||
<View style={{ flex: 1 }}>
|
||||
<BackTracks />
|
||||
</View>
|
||||
)}
|
||||
{hasLikedMusic && (
|
||||
<View style={{ flex: 1 }}>
|
||||
<LikedMusic />
|
||||
</View>
|
||||
)}
|
||||
{hasLikedPlayback && (
|
||||
<View style={{ flex: 1 }}>
|
||||
<LikedPlayback />
|
||||
</View>
|
||||
)}
|
||||
<View style={{ flex: 1 }}>
|
||||
<BackTracks />
|
||||
</View>
|
||||
<View style={{ flex: 1 }}>
|
||||
<LikedMusic />
|
||||
</View>
|
||||
<View style={{ flex: 1 }}>
|
||||
<LikedPlayback />
|
||||
</View>
|
||||
</View>
|
||||
|
||||
{!hasAnySection && (
|
||||
|
||||
@@ -35,6 +35,7 @@ const LikedPlayback = () => {
|
||||
liked: true,
|
||||
})
|
||||
}
|
||||
onPressPlus={() => navigate(Routes.WritingLyrics)}
|
||||
>
|
||||
<View>
|
||||
{items.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user