Commit 256e625a authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

udev: use proper scheme for bluray

(cherry picked from commit a213f7f9)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5c30b523
......@@ -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))
......
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