summaryrefslogtreecommitdiffstats
path: root/player/discnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/discnav.c')
-rw-r--r--player/discnav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/discnav.c b/player/discnav.c
index 91657f7f73..0b4537e5e1 100644
--- a/player/discnav.c
+++ b/player/discnav.c
@@ -234,7 +234,7 @@ void mp_handle_nav(struct MPContext *mpctx)
break;
}
case MP_NAV_EVENT_RESET_ALL: {
- mpctx->stop_play = PT_RELOAD_DEMUXER;
+ mpctx->stop_play = PT_RELOAD_FILE; // would wipe DVD state -> broken
MP_VERBOSE(nav, "reload\n");
// return immediately.
// other events should be handled after reloaded.