mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
New: Add support for MaxAge to Newznab API
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user