Implemented the ability to read format tag and force special status. (#1284)
This commit is contained in:
parent
a0e1ba8d67
commit
1a128a3af4
4 changed files with 29 additions and 1 deletions
|
@ -62,6 +62,11 @@ namespace API.Data.Metadata
|
|||
/// Represents the sort order for the title
|
||||
/// </summary>
|
||||
public string TitleSort { get; set; } = string.Empty;
|
||||
/// <summary>
|
||||
/// This comes from ComicInfo and is free form text. We use this to validate against a set of tags and mark a file as
|
||||
/// special.
|
||||
/// </summary>
|
||||
public string Format { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// The translator, can be comma separated. This is part of ComicInfo.xml draft v2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue