commands/listplaylist: add note about format

This commit is contained in:
2025-12-08 01:03:23 +09:00
parent 7ad475cbe5
commit a99eb85764

View File

@@ -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 {