diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBCore.m | 2 |
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. |