You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The find/search interface is now usable and correctly returns the songs
being searched for according to the Query criteria. The most important
changes are:
* Don't let Query own the Client connection, but lend the Query to the
Client instead for the duration of the query run.
* Fix how Query struct generates its string representation (spacing,
quoting).
(An issue that Query interface isn't fully chainable still
persists. This is possible to work around using `let` bindings for now.)
0 commit comments