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

This commit is contained in:
ta264
2021-02-10 21:52:48 +00:00
parent 16b3817202
commit d3e8c7e0c9
40 changed files with 378 additions and 88 deletions
+3 -2
View File
@@ -5,6 +5,7 @@ using Newtonsoft.Json;
using NzbDrone.Common.Extensions;
using NzbDrone.Core.Books;
using NzbDrone.Core.MediaCover;
using Readarr.Api.V1.Books;
using Readarr.Http.REST;
namespace Readarr.Api.V1.Author
@@ -27,8 +28,8 @@ namespace Readarr.Api.V1.Author
public string Disambiguation { get; set; }
public List<Links> Links { get; set; }
public Book NextBook { get; set; }
public Book LastBook { get; set; }
public BookResource NextBook { get; set; }
public BookResource LastBook { get; set; }
public List<MediaCover> Images { get; set; }