commands/listplaylist: add note about format
Some checks failed
Build and test / build (push) Successful in 1m10s
Build and test / check (push) Failing after 1m25s
Build and test / test (push) Successful in 1m36s
Build and test / docs (push) Successful in 1m17s

This commit is contained in:
2025-12-08 01:03:23 +09:00
parent 93afaf1bde
commit 322c8c8fc3

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 {