mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 18:10:31 -05:00
maybe this fixes that?
This commit is contained in:
@@ -91,7 +91,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
color={Colors.Primary}
|
||||
onPress={() => {
|
||||
navigation.goBack(); // Dismiss player modal
|
||||
navigation.push("Artist", {
|
||||
navigation.navigate("Artist", {
|
||||
artistName: nowPlaying!.item.ArtistItems![0].Name ?? "Untitled",
|
||||
artistId: nowPlaying!.item.ArtistItems![0].Id!,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user