summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/player/command.c b/player/command.c
index 96f60d70a9..1fa4695a91 100644
--- a/player/command.c
+++ b/player/command.c
@@ -1908,10 +1908,7 @@ static int mp_property_audio_device(void *ctx, struct m_property *prop,
}
}
}
- int r = mp_property_generic_option(mpctx, prop, action, arg);
- if (action == M_PROPERTY_SET)
- reload_audio_output(mpctx);
- return r;
+ return mp_property_generic_option(mpctx, prop, action, arg);
}
static int mp_property_audio_devices(void *ctx, struct m_property *prop,