Added a rather long and not the best embed code

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-25 21:11:38 +01:00
parent 6bd2cc220e
commit 89c4a69436
15 changed files with 1339 additions and 31 deletions

View File

@@ -52,7 +52,7 @@ var Hostcontroller = {
ytplayer.pauseVideo()
else if(arr[0] == "play")
ytplayer.playVideo();
else if(arr[0] == "skip")
else if(arr[0] == "skip")
List.skip();
}
});