Book Reader Issue Take 2 (#916)
* Implemented Publication Status in SeriesMetadata and the ability to filter it. * Updated the docs for Language on metadata to specify it's a BCP-47 code to match Anansi Project. Fixed a bug with reader from previous PR.
This commit is contained in:
parent
194fe8318c
commit
a2364285b0
3 changed files with 5 additions and 4 deletions
|
@ -40,7 +40,7 @@ namespace API.DTOs
|
|||
/// </summary>
|
||||
public int ReleaseYear { get; set; }
|
||||
/// <summary>
|
||||
/// Language of the content (ISO 639-1 code)
|
||||
/// Language of the content (BCP-47 code)
|
||||
/// </summary>
|
||||
public string Language { get; set; } = string.Empty;
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue