summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/AtomReader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AtomReader.cpp b/src/AtomReader.cpp
index f7b95177..c12ce3d7 100644
--- a/src/AtomReader.cpp
+++ b/src/AtomReader.cpp
@@ -107,6 +107,7 @@ AtomReader::is_message(URIs& uris, const LV2_Atom* msg)
return (obj->body.otype == uris.patch_Get ||
obj->body.otype == uris.patch_Delete ||
obj->body.otype == uris.patch_Put ||
+ obj->body.otype == uris.patch_Set ||
obj->body.otype == uris.patch_Patch ||
obj->body.otype == uris.patch_Move ||
obj->body.otype == uris.patch_Response);