Fixed wrapper height, and issues with empty channel

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-26 12:35:50 +01:00
parent 31d661acd1
commit 4508099fb5
5 changed files with 48 additions and 37 deletions

View File

@@ -238,7 +238,9 @@ var Player = {
if(chromecastAvailable){
castSession.sendMessage("urn:x-cast:zoff.no", {type: "stopVideo"});
} else {
Player.player.stopVideo();
try{
Player.player.stopVideo();
} catch(e){}
}
},