mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-30 11:25:20 -04:00
Chapter/Issue level Reviews and Ratings (#3778)
Co-authored-by: Joseph Milazzo <josephmajora@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace API.DTOs;
|
||||
|
||||
public class UpdateRatingDto
|
||||
{
|
||||
public int SeriesId { get; init; }
|
||||
public int? ChapterId { get; init; }
|
||||
public float UserRating { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user