Skip to content

Commit 1bc1d05

Browse files
committed
removed TODO message
1 parent a94caed commit 1bc1d05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/client.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ impl<S: Read + Write> Client<S> {
198198
self.run_command("playlistinfo", ()).and_then(|_| self.read_structs("file"))
199199
}
200200

201-
/// lists all songs in the database
201+
/// Lists all songs in the database
202202
pub fn listall(&mut self) -> Result<Vec<Song>> {
203203
self.run_command("listall", ()).and_then(|_| self.read_structs("file"))
204204
}
205205

206-
/// lists all songs in the database with metadata
206+
/// Lists all songs in the database with metadata
207207
pub fn listallinfo(&mut self) -> Result<Vec<Song>> {
208208
self.run_command("listallinfo", ()).and_then(|_| self.read_structs("file"))
209209
}
@@ -384,7 +384,7 @@ impl<S: Read + Write> Client<S> {
384384
// Database search {{{
385385
// TODO: count tag needle [...] [group] [grouptag], find type what [...] [window start:end]
386386
// TODO: search type what [...] [window start:end], searchadd type what [...]
387-
// TODO: listallinfo [uri], listfiles [uri]
387+
// TODO: listfiles [uri]
388388
// TODO: list type [filtertype] [filterwhat] [...] [group] [grouptype] [...]
389389
// TODO: searchaddpl name type what [...]
390390

0 commit comments

Comments
 (0)