diff --git a/src/screens/Feeds/VibeScreen.tsx b/src/screens/Feeds/VibeScreen.tsx index 92611ff94e..a17e1bd278 100644 --- a/src/screens/Feeds/VibeScreen.tsx +++ b/src/screens/Feeds/VibeScreen.tsx @@ -190,7 +190,7 @@ function YoloFeed() { if (prevVideo && prevVideo !== prevPlayerCurrentSource) { prevPlayer.replace(prevVideo) - currentSources[index + (2 % 3)] = prevVideo + currentSources[(index + 2) % 3] = prevVideo } prevPlayer.pause()