Fixed: (ExoticaZ) Category Parsing

Fixes #938
This commit is contained in:
Qstick
2022-05-19 21:23:33 -05:00
parent 5d14d2c134
commit d5abde98e1
2 changed files with 25 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Avistaz
{
public string Url { get; set; }
public string Download { get; set; }
public string Category { get; set; }
[JsonProperty(PropertyName = "movie_tv")]
public AvistazIdInfo MovieTvinfo { get; set; }