mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-31 07:28:48 -06:00
too much
This commit is contained in:
@@ -5,7 +5,6 @@ import RecentlyAdded from "./helpers/just-added";
|
||||
import { NativeStackNavigationProp } from "@react-navigation/native-stack";
|
||||
import { StackParamList } from "../types";
|
||||
import { H2 } from "../Global/helpers/text";
|
||||
import Client from "../../api/client";
|
||||
|
||||
export default function Index({ navigation }: { navigation : NativeStackNavigationProp<StackParamList> }) : React.JSX.Element {
|
||||
return (
|
||||
@@ -14,7 +13,7 @@ export default function Index({ navigation }: { navigation : NativeStackNavigati
|
||||
contentInsetAdjustmentBehavior="automatic"
|
||||
removeClippedSubviews
|
||||
>
|
||||
<H2>{`Recently added to ${Client.server?.name ?? "Jellyfin"}`}</H2>
|
||||
<H2>{`Recently added`}</H2>
|
||||
<RecentlyAdded navigation={navigation} />
|
||||
</ScrollView>
|
||||
</SafeAreaView>
|
||||
|
||||
Reference in New Issue
Block a user