From 02451dd7d2ea18aea466efa8cd433731670a3992 Mon Sep 17 00:00:00 2001
From: Damiano Galassi <damiog@gmail.com>
Date: Tue, 27 Dec 2016 13:58:06 +0100
Subject: [PATCH] MacGui: do not use the raw block device path for bluray.

(cherry picked from commit ca706b312b09dd9a12cbc49111051015bed0c75f)
---
 macosx/HBCore.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macosx/HBCore.m b/macosx/HBCore.m
index a2e07eb84..a1847e727 100644
--- a/macosx/HBCore.m
+++ b/macosx/HBCore.m
@@ -208,7 +208,7 @@ static void hb_error_handler(const char *errmsg)
     NSString *path = url.path;
     HBDVDDetector *detector = [HBDVDDetector detectorForPath:path];
 
-    if (detector.isVideoDVD || detector.isVideoBluRay)
+    if (detector.isVideoDVD)
     {
         // The chosen path was actually on a DVD, so use the raw block
         // device path instead.
-- 
2.40.0