mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed: Slow initial author load
This commit is contained in:
@@ -28,8 +28,8 @@ namespace Readarr.Api.V1.Author
|
||||
public string Disambiguation { get; set; }
|
||||
public List<Links> Links { get; set; }
|
||||
|
||||
public BookResource NextBook { get; set; }
|
||||
public BookResource LastBook { get; set; }
|
||||
public Book NextBook { get; set; }
|
||||
public Book LastBook { get; set; }
|
||||
|
||||
public List<MediaCover> Images { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user