mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
One more easier List
This commit is contained in:
@@ -281,7 +281,7 @@ Reset the internal state: reset();";
|
||||
|
||||
// TODO: We might not want to remove dates in the future
|
||||
Remover dfdRemover = new();
|
||||
dfdRemover.PopulateExclusionsFromList(new List<string> { "DatItem.Date" });
|
||||
dfdRemover.PopulateExclusionsFromList(["DatItem.Date"]);
|
||||
dfdRemover.ApplyRemovals(batchState.DatFile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user