Internal DVD not detected on RHEL 8 due to ID_TYPE "cd/dvd"
xfburn currently only accepts udev ID_TYPE "cd", but on a machine running RHEL 8, the internal DVD device is reported as ID_TYPE "cd/dvd" (this is a native installation without modification to udev rules etc.) Please find the "udevadm info --name=/dev/sr0 --query=all" output attached. I would like to ask to add a check for id_type "cd/dvd" to xfburn/xfburn-udev-manager.c to automatically detect this device. Patch is attached.