Adjust ChapterRating Entity slightly
This commit is contained in:
parent
4f3cb6a407
commit
f85703eca2
9 changed files with 25 additions and 18 deletions
|
|
@ -87,7 +87,7 @@ public class ReviewController : BaseApiController
|
|||
.WithChapterId(chapter.Id)
|
||||
.WithRating(dto.Rating)
|
||||
.WithReview(dto.Body)
|
||||
.WithProvider(RatingProvider.Kavita)
|
||||
.WithProvider(ScrobbleProvider.Kavita)
|
||||
.Build();
|
||||
|
||||
if (rating.Id == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue