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

Fix ads on playlists

This commit is contained in:
DanielnetoDotCom 2021-03-03 17:54:05 -03:00
parent f095d22bd1
commit d3e92887ee

View file

@ -269,7 +269,7 @@ function reloadAdsIfIsReady() {
}
} else {
_reloadAdsTimeout = setTimeout(function () {
reloadAds();
reloadAdsIfIsReady();
}, 100);
}
}