improve loading, caption renderer, season/episode selector, source selector

This commit is contained in:
Jorrin
2024-02-19 22:12:08 +01:00
parent efab11bff5
commit 90c6c2093b
31 changed files with 1453 additions and 824 deletions

View File

@@ -21,7 +21,7 @@ export const ProgressBar = () => {
if (status?.isLoaded) {
return (
<TouchableOpacity
className="flex flex-1 items-center justify-center pb-12 pt-6"
className="flex flex-1 items-center justify-center pb-8 pt-6"
onPress={() => setIsIdle(false)}
>
<VideoSlider onSlidingComplete={updateProgress} />