mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
removed some logging functions, and made lsitening on chromecast better
This commit is contained in:
@@ -139,9 +139,11 @@ var Player = {
|
||||
case 2:
|
||||
/*if(Helper.mobilecheck() || embed)
|
||||
{*/
|
||||
paused = true;
|
||||
if(window.location.pathname != "/") Playercontrols.play_pause_show();
|
||||
mobile_beginning = true;
|
||||
if(!chromecastAvailable){
|
||||
paused = true;
|
||||
if(window.location.pathname != "/") Playercontrols.play_pause_show();
|
||||
mobile_beginning = true;
|
||||
}
|
||||
/*}
|
||||
else
|
||||
Player.player.playVideo();*/
|
||||
|
||||
Reference in New Issue
Block a user