From ba5697588120c80a9acb1aa2723f6074fc5faab5 Mon Sep 17 00:00:00 2001 From: tapframe Date: Thu, 14 Aug 2025 11:58:27 +0530 Subject: [PATCH] fix --- src/components/player/VideoPlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,