1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Remove PagingResourceFilter

This commit is contained in:
Bogdan 2023-10-11 02:19:28 +03:00
parent 9354031571
commit 3981e816cd

View File

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