Cleaned up the code from previous enhancements.
This commit is contained in:
parent
0a49b07570
commit
104c63b2b9
5 changed files with 24 additions and 108 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue