mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Shortcut extras population
This commit is contained in:
@@ -50,6 +50,10 @@ namespace SabreTools.Filtering
|
||||
/// <param name="inputs">Field and file combinations</param>
|
||||
public void PopulateFromList(List<string> inputs)
|
||||
{
|
||||
// If there are no inputs, just skip
|
||||
if (inputs == null || !inputs.Any())
|
||||
return;
|
||||
|
||||
InternalStopwatch watch = new InternalStopwatch("Populating extras from list");
|
||||
|
||||
foreach (string input in inputs)
|
||||
|
||||
Reference in New Issue
Block a user