mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Stupid thing
This commit is contained in:
@@ -12,7 +12,7 @@ customMessageBus.onMessage = function(event) {
|
|||||||
console.log(json_parsed);
|
console.log(json_parsed);
|
||||||
console.log(player);
|
console.log(player);
|
||||||
switch(json_parsed.type){
|
switch(json_parsed.type){
|
||||||
case "loadVideoBy":
|
case "loadVideo":
|
||||||
if(ytReady){
|
if(ytReady){
|
||||||
player.loadVideoById(json_parsed.videoId);
|
player.loadVideoById(json_parsed.videoId);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user