Remove PagingResourceFilter

This commit is contained in:
Bogdan 2023-10-11 02:19:28 +03:00
parent 9354031571
commit 3981e816cd
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
namespace Radarr.Http
{
public class PagingResourceFilter
{
public string Key { get; set; }
public string Value { get; set; }
}
}