From: Damiano Galassi Date: Tue, 27 Dec 2016 12:58:06 +0000 (+0100) Subject: MacGui: do not use the raw block device path for bluray. X-Git-Tag: 1.0.1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02451dd7d2ea18aea466efa8cd433731670a3992;p=handbrake MacGui: do not use the raw block device path for bluray. (cherry picked from commit ca706b312b09dd9a12cbc49111051015bed0c75f) --- 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.