Cleaned up the code from previous enhancements.

This commit is contained in:
Joseph Milazzo 2020-12-29 11:01:52 -06:00
parent 0a49b07570
commit 104c63b2b9
5 changed files with 24 additions and 108 deletions

View file

@ -1,5 +1,4 @@
using System.Collections.Generic;

namespace API.Parser
{
/// <summary>
@ -13,6 +12,5 @@ namespace API.Parser
// This can be multiple
public string Volumes { get; set; }
public string File { get; init; }
//public IEnumerable<string> Files { get; init; }
}
}