mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
New: Config file setting to disable log database (#2123)
Co-authored-by: sillock1 <jprest97@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Prowlarr.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