mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Fix video position
This commit is contained in:
parent
a603bdca4f
commit
c691c9bbb7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue