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

Some fine tunings

This commit is contained in:
DanielnetoDotCom 2021-05-25 16:11:30 -03:00
parent 7d483344fa
commit d39ec71f0c
8 changed files with 27 additions and 34 deletions

View file

@ -886,7 +886,7 @@ function setCurrentTime(currentTime) {
}
function isALiveContent() {
if (typeof isLive !== 'undefined' && isLive) {
if (typeof isLive !== 'undefined' && isLive && (typeof isOnlineLabel === 'undefined' || isOnlineLabel===true)) {
return true;
}
return false;