1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-25 22:46:31 -04:00

New: Config file setting to disable log database

Closes #6743
This commit is contained in:
Jared
2024-05-05 01:54:42 +00:00
committed by GitHub
parent 23c741fd00
commit 92eab4b2e2
11 changed files with 67 additions and 10 deletions
+1 -1
View File
@@ -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()
{