Fixed previous error with ,

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-26 18:48:01 +01:00
parent ce656b97bc
commit cde92696ca

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){