Basic wiring with Kavita+ for CBR implemented. Metadata writing needs to be hooked up.
This commit is contained in:
parent
75419fb62b
commit
eba5e6875f
9 changed files with 52 additions and 33 deletions
|
|
@ -9,6 +9,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