Updated chromecast sender

This commit is contained in:
Kasper Rynning-Tønnesen
2016-12-14 19:11:58 +01:00
parent 1306b9eb0e
commit 7a5b273cb3
4 changed files with 6 additions and 7 deletions

View File

@@ -310,7 +310,7 @@ function hide_native(way){
Player.stopInterval = true;
$("#player_overlay").removeClass("hide");
$("#player_overlay").css("display", "block");
if(window.mobilecheck()){
if(Helper.mobilecheck()){
if($("#pause").hasClass("hide")){
$("#play").toggleClass("hide");
$("#pause").toggleClass("hide");