FIX WRONG VIDEOS SHOWING UP
This commit is contained in:
committed by
Eric Bailey
parent
b5764bacbe
commit
6e4268e7f7
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user