diff --git a/src/user.ts b/src/user.ts index 4242846..4d52667 100644 --- a/src/user.ts +++ b/src/user.ts @@ -76,7 +76,7 @@ export class UserWS { if (songs === undefined) { songs = [] } - this.ws.send(buildCommand("search", {songs, connected: true})) + this.ws.send(buildCommand("search", {songs})) break } diff --git a/static/new.html b/static/new.html index c30807f..c22d0cb 100644 --- a/static/new.html +++ b/static/new.html @@ -42,7 +42,7 @@