Adds TODO
This commit is contained in:
parent
5444285327
commit
57a0163c04
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ async fn get_search(
|
|||
_auth: Auth,
|
||||
api_version: APIMajorVersion,
|
||||
State(index_manager): State<index::Manager>,
|
||||
Path(query): Path<String>,
|
||||
Path(query): Path<String>, // TODO return dto::SongList
|
||||
) -> Response {
|
||||
let paths = match index_manager.search(&query).await {
|
||||
Ok(f) => f,
|
||||
|
|
Loading…
Add table
Reference in a new issue