From 322c8c8fc3fbf63e44a20688db4024e41eafe19a Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 8 Dec 2025 01:03:23 +0900 Subject: [PATCH] commands/listplaylist: add note about format --- src/commands/stored_playlists/listplaylist.rs | 1 + 1 file changed, 1 insertion(+) 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 {