mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
I AM A STUPID MAN
This commit is contained in:
@@ -180,7 +180,7 @@ var Player = {
|
||||
|
||||
loadVideoById: function(id){
|
||||
if(chromecastAvailable){
|
||||
castSession.sendMessage("urn:x-cast:zoff.no", {type: "loadVideoById", videoId: id});
|
||||
castSession.sendMessage("urn:x-cast:zoff.no", {type: "loadVideo", videoId: id});
|
||||
} else {
|
||||
Player.player.loadVideoById(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user