New: Add support for MaxAge to Newznab API

This commit is contained in:
Qstick
2023-09-03 18:02:51 -05:00
parent 7dbfa74c40
commit 8d035c6c1f
4 changed files with 60 additions and 0 deletions
@@ -17,6 +17,10 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
public string SearchType { get; set; }
public int? Limit { get; set; }
public int? Offset { get; set; }
public int? MinAge { get; set; }
public int? MaxAge { get; set; }
public long? MinSize { get; set; }
public long? MaxSize { get; set; }
public string Source { get; set; }
public string Host { get; set; }