]> granicus.if.org Git - handbrake/commitdiff
MacGui: do not use the raw block device path for bluray.
authorDamiano Galassi <damiog@gmail.com>
Tue, 27 Dec 2016 12:58:06 +0000 (13:58 +0100)
committerDamiano Galassi <damiog@gmail.com>
Tue, 27 Dec 2016 12:59:49 +0000 (13:59 +0100)
(cherry picked from commit ca706b312b09dd9a12cbc49111051015bed0c75f)

macosx/HBCore.m

index a2e07eb84f2ad56de310e939df458c798f833fb6..a1847e727aae3a55114b9eb955d31b0096774220 100644 (file)
@@ -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.