FIX WRONG VIDEOS SHOWING UP
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user