mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
Some fine tunings
This commit is contained in:
parent
7d483344fa
commit
d39ec71f0c
8 changed files with 27 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue