mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
fix
This commit is contained in:
parent
2f404d7c99
commit
ba56975881
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue