summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-12-27 13:58:06 +0100
committerDamiano Galassi <[email protected]>2016-12-27 13:58:06 +0100
commitca706b312b09dd9a12cbc49111051015bed0c75f (patch)
treefd9008d7a88a05ee233c296f365e831f2a913efc /macosx
parent259af16bc4749ad024f4b2e79c6f65f3e2832792 (diff)
MacGui: do not use the raw block device path for bluray.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBCore.m2
1 files changed, 1 insertions, 1 deletions
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.