Added ability to send MangaDex Id to Kavita+ if present

This commit is contained in:
Joseph Milazzo 2023-12-07 06:10:04 -06:00
parent 7b35990e40
commit 47ec5f0171
4 changed files with 13 additions and 2 deletions

View file

@ -25,6 +25,7 @@ public record PlusSeriesDto
public int? AniListId { get; set; }
public long? MalId { get; set; }
public string? GoogleBooksId { get; set; }
public string? MangaDexId { get; set; }
public string SeriesName { get; set; }
public string? AltSeriesName { get; set; }
public MediaFormat MediaFormat { get; set; }