Parse and Store App from UA for Nab Requests Stats

This commit is contained in:
Qstick
2020-12-29 23:06:41 -05:00
parent c6ec632dd2
commit 8f0c872873
6 changed files with 27 additions and 0 deletions
@@ -19,5 +19,6 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
public string SearchType { get; set; }
public int? Limit { get; set; }
public int? Offset { get; set; }
public string Source { get; set; }
}
}