Skip to content

Commit 37cc5ed

Browse files
committed
small fix
1 parent 47e974c commit 37cc5ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

daemon/client/client.go

-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ func main() {
409409
fmt.Println("=== calling LibrarySearch(audio)")
410410
libSearchResp, err := client.LibrarySearch(context.Background(), &rpc.LibrarySearchReq{
411411
Instance: instance,
412-
Names: true,
413412
Query: "audio",
414413
})
415414
if err != nil {

0 commit comments

Comments
 (0)