Added search to new ui

This commit is contained in:
Jurn Wubben 2026-02-03 02:45:46 +01:00
parent ccbb7fcd13
commit eb2f3e8fc5
2 changed files with 145 additions and 121 deletions

View file

@ -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
}