From a213f7f9c6e0d82dc6397c27baf838e18f712632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 27 Dec 2011 14:37:01 -0500 Subject: [PATCH] udev: use proper scheme for bluray --- modules/services_discovery/udev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services_discovery/udev.c b/modules/services_discovery/udev.c index 385a52bc2c..56b42e21e9 100644 --- a/modules/services_discovery/udev.c +++ b/modules/services_discovery/udev.c @@ -563,7 +563,7 @@ static char *disc_get_mrl (struct udev_device *dev) val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_BD"); if (val && atoi (val)) - scheme = "bd"; + scheme = "bluray"; #ifdef LOL val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_HDDVD"); if (val && atoi (val))