1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Fix video position

This commit is contained in:
DanielnetoDotCom 2021-03-16 22:17:35 -03:00
parent a603bdca4f
commit c691c9bbb7

View file

@ -710,7 +710,7 @@ function playNext(url) {
} else {
console.log("playNext ajax success");
$('topInfo').hide();
playNextURL = isEmbed ? response.nextURLEmbed : response.nextURL;
playNextURL =(typeof isEmbed !== 'undefined' && isEmbed) ? response.nextURLEmbed : response.nextURL;
console.log("New playNextURL", playNextURL);
var cSource = false;
try {