New: Config file setting to disable log database (#2123)

Co-authored-by: sillock1 <jprest97@gmail.com>
This commit is contained in:
Jared
2024-05-07 16:52:02 +00:00
committed by GitHub
parent dd21d9b521
commit 649a03e5a0
11 changed files with 66 additions and 8 deletions
+1 -1
View File
@@ -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()
{