mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
Upgrade StyleCop.Analyzers to Unstable 1.2.0.556
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; } = new ();
|
||||
public List<TResource> Records { get; set; } = new();
|
||||
|
||||
public PagingResource()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user