Adjust ChapterRating Entity slightly
This commit is contained in:
parent
4f3cb6a407
commit
f85703eca2
9 changed files with 25 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue