mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added list-passwords for regular users
This commit is contained in:
@@ -229,7 +229,6 @@ var Player = {
|
||||
},
|
||||
|
||||
loadVideoById: function(id){
|
||||
console.log(id);
|
||||
if(chromecastAvailable){
|
||||
castSession.sendMessage("urn:x-cast:zoff.me", {type: "loadVideo", videoId: id});
|
||||
chrome.cast.media.GenericMediaMetadata({metadataType: "GENERIC", title:song_title, image: 'https://img.youtube.com/vi/'+id+'/mqdefault.jpg'});
|
||||
|
||||
Reference in New Issue
Block a user