Added search to new ui
This commit is contained in:
parent
ccbb7fcd13
commit
eb2f3e8fc5
2 changed files with 145 additions and 121 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue