mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
@@ -21,7 +21,7 @@ namespace Sonarr.Http
|
||||
public string SortKey { get; set; }
|
||||
public SortDirection SortDirection { get; set; }
|
||||
public int TotalRecords { get; set; }
|
||||
public List<TResource> Records { get; set; }
|
||||
public List<TResource> Records { get; set; } = new ();
|
||||
|
||||
public PagingResource()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user