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