Metadata Downloading (#3525)
This commit is contained in:
parent
eb66763078
commit
f4fd7230ea
108 changed files with 6296 additions and 484 deletions
|
@ -1,6 +1,9 @@
|
|||
namespace API.DTOs.Scrobbling;
|
||||
|
||||
public record PlusSeriesDto
|
||||
/// <summary>
|
||||
/// Represents information about a potential Series for Kavita+
|
||||
/// </summary>
|
||||
public record PlusSeriesRequestDto
|
||||
{
|
||||
public int? AniListId { get; set; }
|
||||
public long? MalId { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue