summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/player/command.c b/player/command.c
index 3d56a56fca..36850a2c51 100644
--- a/player/command.c
+++ b/player/command.c
@@ -5552,8 +5552,7 @@ void command_init(struct MPContext *mpctx)
for (int n = 0; n < num_opts; n++) {
struct m_config_option *co = m_config_get_co_index(mpctx->mconfig, n);
assert(co->name[0]);
- if ((co->opt->flags & M_OPT_NOPROP) ||
- (co->opt->type->flags & M_OPT_TYPE_HAS_CHILD))
+ if (co->opt->flags & M_OPT_NOPROP)
continue;
struct m_property prop = {0};