diff --git a/src/commands/stored_playlists/listplaylist.rs b/src/commands/stored_playlists/listplaylist.rs index 83d0f1d2..00907364 100644 --- a/src/commands/stored_playlists/listplaylist.rs +++ b/src/commands/stored_playlists/listplaylist.rs @@ -62,6 +62,7 @@ impl CommandRequest<'_> for ListPlaylistRequest { } } +// NOTE: this is actually supposed to be Vec multi_item_command_response!(ListPlaylist, "file", PathBuf); impl Command<'_, '_> for ListPlaylist {