Forgot to add to embed.js

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-23 17:55:17 +01:00
parent 3048527635
commit a02cdbcf88

View File

@@ -5,6 +5,7 @@ var song_title = "";
var paused = false;
var client = false;
var startTime = 0;
var socket_connected = false;
var player_ready = false;
var list_html = $("#list-song-html").html();
var w_p = true;