FIX WRONG VIDEOS SHOWING UP

This commit is contained in:
Samuel Newman
2025-01-16 01:11:17 +00:00
parent cac73d5d0b
commit 762cf41722
+1 -1
View File
@@ -190,7 +190,7 @@ function YoloFeed() {
if (prevVideo && prevVideo !== prevPlayerCurrentSource) { if (prevVideo && prevVideo !== prevPlayerCurrentSource) {
prevPlayer.replace(prevVideo) prevPlayer.replace(prevVideo)
currentSources[index + (2 % 3)] = prevVideo currentSources[(index + 2) % 3] = prevVideo
} }
prevPlayer.pause() prevPlayer.pause()