Other timeout

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-07 15:19:34 +02:00
parent 6d0717d385
commit c029bb3887

View File

@@ -157,7 +157,7 @@ function startWaitTimerPlay() {
} else if(videoSource == "soundcloud"){ } else if(videoSource == "soundcloud"){
Player.soundcloud_player.play(); Player.soundcloud_player.play();
} }
}, 2000); }, 5000);
} }
function setup_host_listener(id) { function setup_host_listener(id) {