diff --git a/src/components/player/VideoPlayer.tsx b/src/components/player/VideoPlayer.tsx index 97e74e3e..5461cdeb 100644 --- a/src/components/player/VideoPlayer.tsx +++ b/src/components/player/VideoPlayer.tsx @@ -1346,7 +1346,7 @@ const VideoPlayer: React.FC = () => { if (type !== 'series' || !nextEpisode || duration <= 0) { if (showNextEpisodeButton) { // Hide button with animation -fi Animated.parallel([ + Animated.parallel([ Animated.timing(nextEpisodeButtonOpacity, { toValue: 0, duration: 200,