Use content matching helper, part 5

This commit is contained in:
Matt Nadareski
2021-03-21 22:37:16 -07:00
parent cf9bd99f3d
commit 15ae2441c3
42 changed files with 157 additions and 87 deletions

View File

@@ -24,7 +24,7 @@ namespace BurnOutSharp.ProtectionType
}, "MediaMax CD-3"),
};
return Utilities.GetContentMatches(file, fileContent, matchers, includePosition);
return Utilities.GetFirstContentMatch(file, fileContent, matchers, includePosition);
}
/// <inheritdoc/>