FIX WRONG VIDEOS SHOWING UP

This commit is contained in:
Samuel Newman
2025-01-16 01:11:17 +00:00
committed by Eric Bailey
parent b5764bacbe
commit 6e4268e7f7
+1 -1
View File
@@ -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()