mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-17 06:55:36 +00:00
Forgot to add to embed.js
This commit is contained in:
@@ -5,6 +5,7 @@ var song_title = "";
|
|||||||
var paused = false;
|
var paused = false;
|
||||||
var client = false;
|
var client = false;
|
||||||
var startTime = 0;
|
var startTime = 0;
|
||||||
|
var socket_connected = false;
|
||||||
var player_ready = false;
|
var player_ready = false;
|
||||||
var list_html = $("#list-song-html").html();
|
var list_html = $("#list-song-html").html();
|
||||||
var w_p = true;
|
var w_p = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user