From c507f52b80b98ba3b27941a78fe678c50252caef Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 16 Jun 2020 12:50:04 -0700 Subject: [PATCH] Add a hack for DICUI check in CleanRip --- DICUI.Library/CleanRIp/Parameters.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DICUI.Library/CleanRIp/Parameters.cs b/DICUI.Library/CleanRIp/Parameters.cs index 4150e021..30ec0377 100644 --- a/DICUI.Library/CleanRIp/Parameters.cs +++ b/DICUI.Library/CleanRIp/Parameters.cs @@ -160,6 +160,7 @@ namespace DICUI.CleanRip // Extract info based generically on MediaType switch (type) { + case MediaType.DVD: // Only added here to help users; not strictly correct case MediaType.NintendoGameCubeGameDisc: case MediaType.NintendoWiiOpticalDisc: if (File.Exists(basePath + ".bca"))