(Kavita+) External Series Detail (#2309)
This commit is contained in:
parent
bd62e00ec5
commit
6067c9233c
32 changed files with 2354 additions and 726 deletions
11
API/DTOs/Recommendation/SeriesStaffDto.cs
Normal file
11
API/DTOs/Recommendation/SeriesStaffDto.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace API.DTOs.Recommendation;
|
||||
|
||||
public class SeriesStaffDto
|
||||
{
|
||||
public required string Name { get; set; }
|
||||
public required string Url { get; set; }
|
||||
public required string Role { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
public string? Gender { get; set; }
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue