summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 0806cd093c..752a62de8f 100644
--- a/player/command.c
+++ b/player/command.c
@@ -809,7 +809,7 @@ static int mp_property_edition(void *ctx, struct m_property *prop,
edition = *(int *)arg;
if (edition != demuxer->edition) {
opts->edition_id = edition;
- mpctx->stop_play = PT_RESTART;
+ mpctx->stop_play = PT_RELOAD_DEMUXER;
}
return M_PROPERTY_OK;
}