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

@ -1,6 +1,7 @@
using System;
using API.Entities;
using API.Entities.Enums;
using API.Services.Plus;
namespace API.Helpers.Builders;
@ -47,7 +48,7 @@ public class ChapterRatingBuilder
return this;
}
public ChapterRatingBuilder WithProvider(RatingProvider provider)
public ChapterRatingBuilder WithProvider(ScrobbleProvider provider)
{
_rating.Provider = provider;
return this;