diff --git a/MPF.Library/DiscImageCreator/Parameters.cs b/MPF.Library/DiscImageCreator/Parameters.cs index a09838e3..81a31d47 100644 --- a/MPF.Library/DiscImageCreator/Parameters.cs +++ b/MPF.Library/DiscImageCreator/Parameters.cs @@ -3061,7 +3061,7 @@ namespace MPF.DiscImageCreator || line.StartsWith("========== FULL TOC (Binary)")) { // Seek to unscrambled data - while (!(line = sr.ReadLine()).StartsWith("========== Check Volume Descriptor ==========")) ; + while (!(line = sr.ReadLine()).Contains("Check MCN and/or ISRC")) ; // Read the next line so the search goes properly line = sr.ReadLine();