commands/listplaylist: add note about format

This commit is contained in:
2025-12-08 01:03:23 +09:00
parent bf4fb0dc73
commit a63e01c4d0
@@ -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 {