1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00

Remove autoplay notification

This commit is contained in:
Daniel 2020-09-24 22:11:08 -03:00
parent 6f651f0d8b
commit 02c9baeaaa

View file

@ -618,7 +618,7 @@ function playerPlayIfAutoPlay(currentTime){
playerPlay(currentTime); playerPlay(currentTime);
return true; return true;
} }
$.toast("Autoplay disabled"); //$.toast("Autoplay disabled");
return false; return false;
} }