New: (Cardigann) Additional query support

v7
This commit is contained in:
Qstick
2022-07-29 22:22:29 -05:00
parent 6412048eb9
commit ee6467073f
10 changed files with 85 additions and 7 deletions
@@ -6,6 +6,9 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
{
public string Author { get; set; }
public string Title { get; set; }
public string Publisher { get; set; }
public int? Year { get; set; }
public string Genre { get; set; }
public override bool RssSearch
{