Perform some post-removal cleanup

This commit is contained in:
Matt Nadareski
2021-03-23 16:43:23 -07:00
parent c179f29e2e
commit 9f40a8c4c0
51 changed files with 51 additions and 51 deletions

View File

@@ -8,7 +8,7 @@ namespace BurnOutSharp.ProtectionType
/// <summary>
/// Set of all ContentMatchSets for this protection
/// </summary>
private static List<ContentMatchSet> contentMatchers = new List<ContentMatchSet>
private static readonly List<ContentMatchSet> contentMatchers = new List<ContentMatchSet>
{
// Cd3Ctl
new ContentMatchSet(new byte?[] { 0x43, 0x64, 0x33, 0x43, 0x74, 0x6C }, "MediaMax CD-3"),