1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05: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; }
}
}