mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
d2a01693f8
commit
63ec7b0211
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ function setCurrentTime(currentTime) {
|
|||
|
||||
function isAutoplayEnabled() {
|
||||
console.log("Cookies.get('autoplay')", Cookies.get('autoplay'));
|
||||
if(isLive){
|
||||
if(typeof isLive !== 'undefined' && isLive){
|
||||
console.log("isAutoplayEnabled always autoplay live contents");
|
||||
return true;
|
||||
}else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue