summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_bluray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index 68dea3db4c..ffe0200019 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -373,7 +373,7 @@ const stream_info_t stream_info_bluray = {
"Benjamin Zores",
"Play Blu-ray discs through external libbluray",
bluray_stream_open,
- { "br", "bluray", NULL },
+ { "bd", "br", "bluray", NULL },
&bluray_stream_opts,
1
};