mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-05 05:28:37 +01:00
fix: text
This commit is contained in:
@@ -326,9 +326,14 @@ export const DownloadItems: React.FC<DownloadProps> = ({
|
|||||||
>
|
>
|
||||||
<BottomSheetView>
|
<BottomSheetView>
|
||||||
<View className="flex flex-col space-y-4 px-4 pb-8 pt-2">
|
<View className="flex flex-col space-y-4 px-4 pb-8 pt-2">
|
||||||
<Text className="font-bold text-2xl text-neutral-10">
|
<View>
|
||||||
Download options
|
<Text className="font-bold text-2xl text-neutral-100">
|
||||||
</Text>
|
Download
|
||||||
|
</Text>
|
||||||
|
<Text className="text-neutral-300">
|
||||||
|
Entire season of {items.length} episodes
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
<View className="flex flex-col space-y-2 w-full items-start">
|
<View className="flex flex-col space-y-2 w-full items-start">
|
||||||
<BitrateSelector
|
<BitrateSelector
|
||||||
inverted
|
inverted
|
||||||
|
|||||||
Reference in New Issue
Block a user