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
@@ -26,5 +26,6 @@ namespace NzbDrone.Core.IndexerSearch
public string author { get; set; }
public string title { get; set; }
public string configured { get; set; }
public string source { get; set; }
}
}