New: Use System.Text.Json for Nancy and SignalR

Co-Authored-By: ta264 <ta264@users.noreply.github.com>
This commit is contained in:
Qstick
2021-02-23 21:18:48 +00:00
parent 428c9c034c
commit 596ba2dcbc
39 changed files with 370 additions and 81 deletions

View File

@@ -8,7 +8,7 @@ using Prowlarr.Http.ClientSchema;
namespace Prowlarr.Api.V1.Indexers
{
public class IndexerResource : ProviderResource
public class IndexerResource : ProviderResource<IndexerResource>
{
public string BaseUrl { get; set; }
public bool Enable { get; set; }