summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index cc4cc0892a..f9f25efdc3 100644
--- a/player/command.c
+++ b/player/command.c
@@ -965,7 +965,7 @@ static int mp_property_vf_metadata(m_option_t *prop, int action, void *arg,
return M_PROPERTY_OK;
}
}
- return M_PROPERTY_UNAVAILABLE;
+ return M_PROPERTY_NOT_IMPLEMENTED;
}
static int mp_property_pause(m_option_t *prop, int action, void *arg,