Stability (I hope) (#2688)
This commit is contained in:
parent
92ad7db918
commit
7e61cca92d
30 changed files with 3336 additions and 177 deletions
|
@ -29,7 +29,10 @@ public class ExternalSeriesMetadata
|
|||
public long MalId { get; set; }
|
||||
public string GoogleBooksId { get; set; }
|
||||
|
||||
public DateTime LastUpdatedUtc { get; set; }
|
||||
/// <summary>
|
||||
/// Data is valid until this time
|
||||
/// </summary>
|
||||
public DateTime ValidUntilUtc { get; set; }
|
||||
|
||||
public Series Series { get; set; } = null!;
|
||||
public int SeriesId { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue