summaryrefslogtreecommitdiff
path: root/src/command/AllCommands.cxx
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/AllCommands.cxx
parent6f37f5752bbf316f6fdfdd0bd25fae432f7e48e6 (diff)
Add albumart command
Add API documentation Support 64 bit offsets Use InputStream for all reads
Diffstat (limited to 'src/command/AllCommands.cxx')
-rw-r--r--src/command/AllCommands.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx
index ef4d34ded..3a4934dd8 100644
--- a/src/command/AllCommands.cxx
+++ b/src/command/AllCommands.cxx
@@ -84,6 +84,7 @@ static constexpr struct command commands[] = {
{ "add", PERMISSION_ADD, 1, 1, handle_add },
{ "addid", PERMISSION_ADD, 1, 2, handle_addid },
{ "addtagid", PERMISSION_ADD, 3, 3, handle_addtagid },
+ { "albumart", PERMISSION_READ, 2, 2, handle_album_art },
{ "channels", PERMISSION_READ, 0, 0, handle_channels },
{ "clear", PERMISSION_CONTROL, 0, 0, handle_clear },
{ "clearerror", PERMISSION_CONTROL, 0, 0, handle_clearerror },