mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Now sending next video to chromecast
This commit is contained in:
@@ -194,6 +194,12 @@ var Player = {
|
||||
}
|
||||
},
|
||||
|
||||
sendNext: function(obj){
|
||||
if(chromecastAvailable){
|
||||
castSession.sendMessage("urn:x-cast:zoff.no", {type: "nextVideo", title: obj.title, videoId: obj.videoId});
|
||||
}
|
||||
},
|
||||
|
||||
getTitle: function(titt, v)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user