1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
This commit is contained in:
Daniel 2021-08-19 14:27:00 -03:00
parent f0ac279fb3
commit 4273f45c20

View file

@ -508,7 +508,7 @@ function _addView(videos_id, currentTime) {
var _addViewAsyncSent = false;
function _addViewAsync() {
if(_addViewAsyncSent){
if(_addViewAsyncSent || typeof webSiteRootURL == 'undefined'){
return false;
}
if(typeof PHPSESSID == 'undefined'){