mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed previous error with ,
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user