Kavita+ Enhancements (#2616)
This commit is contained in:
parent
625c56b265
commit
dd44f55747
43 changed files with 1056 additions and 468 deletions
|
|
@ -40,7 +40,7 @@ public record PlusSeriesDto
|
|||
public int? Year { get; set; }
|
||||
}
|
||||
|
||||
internal record MediaRecommendationDto
|
||||
public record MediaRecommendationDto
|
||||
{
|
||||
public int Rating { get; set; }
|
||||
public IEnumerable<string> RecommendationNames { get; set; } = null!;
|
||||
|
|
@ -126,7 +126,7 @@ public class RecommendationService : IRecommendationService
|
|||
}
|
||||
|
||||
|
||||
private async Task<IEnumerable<MediaRecommendationDto>> GetRecommendations(string license, Series series)
|
||||
protected async Task<IEnumerable<MediaRecommendationDto>> GetRecommendations(string license, Series series)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue