New: Genre parameter for Music search

This commit is contained in:
Qstick
2022-01-01 15:04:05 -06:00
parent e2ddfbff9c
commit a5e13ca776
3 changed files with 12 additions and 1 deletions
@@ -7,6 +7,8 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
public string Album { get; set; }
public string Artist { get; set; }
public string Label { get; set; }
public string Genre { get; set; }
public int? Year { get; set; }
public override bool RssSearch
{