aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jalv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 7905b20..08d9003 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -128,7 +128,8 @@ static const LV2_Feature static_features[] = {
static bool
feature_is_supported(Jalv* jalv, const char* uri)
{
- if (!strcmp(uri, "http://lv2plug.in/ns/lv2core#isLive")) {
+ if (!strcmp(uri, "http://lv2plug.in/ns/lv2core#isLive") ||
+ !strcmp(uri, "http://lv2plug.in/ns/lv2core#inPlaceBroken")) {
return true;
}