Kavita+ Comic Metadata Matching (#3740)
This commit is contained in:
parent
4521965315
commit
ed154e4768
46 changed files with 4207 additions and 98 deletions
|
|
@ -10,6 +10,10 @@ public record PlusSeriesRequestDto
|
|||
public long? MalId { get; set; }
|
||||
public string? GoogleBooksId { get; set; }
|
||||
public string? MangaDexId { get; set; }
|
||||
/// <summary>
|
||||
/// ComicBookRoundup Id
|
||||
/// </summary>
|
||||
public int? CbrId { get; set; }
|
||||
public string SeriesName { get; set; }
|
||||
public string? AltSeriesName { get; set; }
|
||||
public PlusMediaFormat MediaFormat { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue