Workaround for playing if autoplay

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-07 14:46:26 +02:00
parent 653bebf8c1
commit f45dbe3b98

View File

@@ -130,7 +130,7 @@ window.addEventListener("load", function() {
setup_now_playing_listener(); setup_now_playing_listener();
setup_list_listener(); setup_list_listener();
/*
if(autoplay) { if(autoplay) {
setTimeout(function() { setTimeout(function() {
if(videoSource == "youtube") { if(videoSource == "youtube") {
@@ -139,7 +139,7 @@ window.addEventListener("load", function() {
Player.soundcloud_player.play(); Player.soundcloud_player.play();
} }
}, 1000); }, 1000);
}*/ }
window.onYouTubeIframeAPIReady = Player.onYouTubeIframeAPIReady; window.onYouTubeIframeAPIReady = Player.onYouTubeIframeAPIReady;
socket.on("toast", toast); socket.on("toast", toast);