Add albumart command

Add API documentation
Support 64 bit offsets
Use InputStream for all reads
This commit is contained in:
Ryan Walklin
2017-07-21 19:49:28 +10:00
parent 6f37f5752b
commit 9df8b32f10
4 changed files with 154 additions and 0 deletions

View File

@@ -33,4 +33,7 @@ handle_listfiles_local(Response &response, Path path_fs);
CommandResult
handle_read_comments(Client &client, Request request, Response &response);
CommandResult
handle_album_art(Client &client, Request request, Response &response);
#endif