Commit a213f7f9 authored by Rafaël Carré's avatar Rafaël Carré

udev: use proper scheme for bluray

parent ce0859d0
...@@ -563,7 +563,7 @@ static char *disc_get_mrl (struct udev_device *dev) ...@@ -563,7 +563,7 @@ static char *disc_get_mrl (struct udev_device *dev)
val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_BD"); val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_BD");
if (val && atoi (val)) if (val && atoi (val))
scheme = "bd"; scheme = "bluray";
#ifdef LOL #ifdef LOL
val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_HDDVD"); val = udev_device_get_property_value (dev, "ID_CDROM_MEDIA_HDDVD");
if (val && atoi (val)) if (val && atoi (val))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment