commands/listplaylist: add note about format
This commit is contained in:
@@ -62,6 +62,7 @@ impl CommandRequest<'_> for ListPlaylistRequest {
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: this is actually supposed to be Vec<DbSongInfo>
|
||||
multi_item_command_response!(ListPlaylist, "file", PathBuf);
|
||||
|
||||
impl Command<'_, '_> for ListPlaylist {
|
||||
|
||||
Reference in New Issue
Block a user