Fixed issue with chromecast button not showing up

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-20 20:45:25 +01:00
parent 73759e1200
commit 5ecb4f36bc
5 changed files with 12 additions and 11 deletions

View File

@@ -205,7 +205,6 @@ var Player = {
},
loadVideoById: function(id){
console.log(id);
if(chromecastAvailable){
castSession.sendMessage("urn:x-cast:zoff.no", {type: "loadVideo", videoId: id});
} else {