Merge pull request #320 from zoff-music/feature/chromecast

Fixed previous error with ,
This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-26 18:48:19 +01:00
committed by GitHub

View File

@@ -287,7 +287,7 @@ var Player = {
if(chromecastAvailable) { if(chromecastAvailable) {
castSession.sendMessage("urn:x-cast:zoff.me", {type: "playPauseVideo"}); castSession.sendMessage("urn:x-cast:zoff.me", {type: "playPauseVideo"});
} }
} },
playVideo: function(){ playVideo: function(){
if(chromecastAvailable){ if(chromecastAvailable){