mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-06-05 14:25:17 -04:00
Progress Overhaul + Profile Page and a LOT more! (#4262)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com> Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
@@ -19,7 +19,6 @@ using API.Entities.Enums;
|
||||
using API.Entities.Interfaces;
|
||||
using API.Entities.Metadata;
|
||||
using API.Entities.MetadataMatching;
|
||||
using API.Entities.Person;
|
||||
using API.Extensions;
|
||||
using API.Helpers;
|
||||
using API.Helpers.Builders;
|
||||
@@ -406,6 +405,7 @@ public class ExternalMetadataService : IExternalMetadataService
|
||||
/// Sets a series to Don't Match and removes all previously cached
|
||||
/// </summary>
|
||||
/// <param name="seriesId"></param>
|
||||
/// <param name="dontMatch"></param>
|
||||
public async Task UpdateSeriesDontMatch(int seriesId, bool dontMatch)
|
||||
{
|
||||
var series = await _unitOfWork.SeriesRepository.GetSeriesByIdAsync(seriesId, SeriesIncludes.ExternalMetadata);
|
||||
@@ -691,7 +691,7 @@ public class ExternalMetadataService : IExternalMetadataService
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Helper method, calls <see cref="ProcessGenreAndTagLists"/>
|
||||
/// Helper method, calls <see cref="GenerateGenreAndTagLists"/>
|
||||
/// </summary>
|
||||
/// <param name="externalMetadata"></param>
|
||||
/// <param name="settings"></param>
|
||||
@@ -1919,7 +1919,6 @@ public class ExternalMetadataService : IExternalMetadataService
|
||||
/// This is to get series information for the recommendation drawer on Kavita
|
||||
/// </summary>
|
||||
/// <remarks>This uses a different API that series detail</remarks>
|
||||
/// <param name="license"></param>
|
||||
/// <param name="aniListId"></param>
|
||||
/// <param name="malId"></param>
|
||||
/// <param name="seriesId"></param>
|
||||
|
||||
Reference in New Issue
Block a user