command/file: add command "readpicture"

Closes https://github.com/MusicPlayerDaemon/MPD/issues/42
This commit is contained in:
Max Kellermann
2019-08-12 14:01:14 +02:00
parent 54daa85ac2
commit e2da13b0d3
5 changed files with 89 additions and 0 deletions

View File

@@ -36,4 +36,7 @@ handle_read_comments(Client &client, Request request, Response &response);
CommandResult
handle_album_art(Client &client, Request request, Response &response);
CommandResult
handle_read_picture(Client &client, Request request, Response &response);
#endif