summaryrefslogtreecommitdiff
path: root/src/command/FileCommands.hxx
diff options
context:
space:
mode:
authorRyan Walklin <tokyovigilante@users.noreply.github.com>2017-07-21 19:49:28 +1000
committerRyan Walklin <tokyovigilante@users.noreply.github.com>2017-08-15 20:38:33 +1000
commit9df8b32f10a1b5a007f492981597abfb3f424e1b (patch)
tree8d9909dde8b834113c401689c4d5bd38e145e432 /src/command/FileCommands.hxx
parent6f37f5752bbf316f6fdfdd0bd25fae432f7e48e6 (diff)
Add albumart command
Add API documentation Support 64 bit offsets Use InputStream for all reads
Diffstat (limited to 'src/command/FileCommands.hxx')
-rw-r--r--src/command/FileCommands.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command/FileCommands.hxx b/src/command/FileCommands.hxx
index 74c158358..6475dd723 100644
--- a/src/command/FileCommands.hxx
+++ b/src/command/FileCommands.hxx
@@ -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