From 2f72eecd890da9c6f460b1351e02b90610dff88c Mon Sep 17 00:00:00 2001 From: xylosper Date: Wed, 12 Mar 2014 14:41:34 +0900 Subject: command: set 'media-title' property for bluray disc with meta-data --- stream/stream_dvdnav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_dvdnav.c') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index 508acd4d04..2fa1fc53ae 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -602,7 +602,7 @@ static int control(stream_t *stream, int cmd, void *arg) handle_cmd(stream, (struct mp_nav_cmd *)arg); return STREAM_OK; } - case STREAM_CTRL_GET_DVD_VOLUME_ID: { + case STREAM_CTRL_GET_DISC_NAME: { const char *volume = NULL; if (dvdnav_get_title_string(dvdnav, &volume) != DVDNAV_STATUS_OK) break; -- cgit v1.2.3