1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Remove PagingResourceFilter

This commit is contained in:
Bogdan
2023-10-11 02:19:28 +03:00
parent 9354031571
commit 3981e816cd
-8
View File
@@ -1,8 +0,0 @@
namespace Radarr.Http
{
public class PagingResourceFilter
{
public string Key { get; set; }
public string Value { get; set; }
}
}