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
@@ -18,6 +18,10 @@ namespace NzbDrone.Core.IndexerSearch
public string extended { 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 int? rid { get; set; }
public int? tvmazeid { get; set; }
public int? traktid { get; set; }