summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 3e0b65e82a..5a8448f417 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3629,6 +3629,7 @@ if ( use_gui ) {
mp_input_set_section(NULL);
//TODO: add desired (stream-based) sections here
if (mpctx->stream->type==STREAMTYPE_TV) mp_input_set_section("tv");
+if (mpctx->stream->type==STREAMTYPE_DVDNAV) mp_input_set_section("dvdnav");
//==================== START PLAYING =======================