Adjust ChapterRating Entity slightly

This commit is contained in:
Amelia 2025-04-26 16:32:13 +02:00
parent 4f3cb6a407
commit f85703eca2
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA
9 changed files with 25 additions and 18 deletions

View file

@ -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)