Smart Filter Encoding Fix (#2387)
This commit is contained in:
parent
b6d4938e22
commit
9894a2623c
133 changed files with 677 additions and 471 deletions
|
@ -14,6 +14,7 @@ using Kavita.Common.Helpers;
|
|||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace API.Services.Plus;
|
||||
#nullable enable
|
||||
|
||||
/// <summary>
|
||||
/// Used for matching and fetching metadata on a series
|
||||
|
|
|
@ -13,6 +13,7 @@ using Kavita.Common.EnvironmentInfo;
|
|||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace API.Services.Plus;
|
||||
#nullable enable
|
||||
|
||||
internal class RegisterLicenseResponseDto
|
||||
{
|
||||
|
|
|
@ -17,6 +17,7 @@ using Kavita.Common.Helpers;
|
|||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace API.Services.Plus;
|
||||
#nullable enable
|
||||
|
||||
public interface IRatingService
|
||||
{
|
||||
|
|
|
@ -18,6 +18,7 @@ using Kavita.Common.Helpers;
|
|||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace API.Services.Plus;
|
||||
#nullable enable
|
||||
|
||||
public record PlusSeriesDto
|
||||
{
|
||||
|
|
|
@ -22,6 +22,7 @@ using Kavita.Common.Helpers;
|
|||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace API.Services.Plus;
|
||||
#nullable enable
|
||||
|
||||
/// <summary>
|
||||
/// Misleading name but is the source of data (like a review coming from AniList)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue