This commit is contained in:
tidusjar 2016-04-03 21:35:09 +01:00
parent 8bd0464bef
commit acb39b56f8
13 changed files with 122 additions and 33 deletions

View file

@ -59,7 +59,7 @@ namespace PlexRequests.Api.Models.Music
public string disambiguation { get; set; }
[JsonProperty(PropertyName = "release-events")]
public List<ReleaseEvent> ReleaseRvents { get; set; }
public List<ReleaseEvent> ReleaseEvents { get; set; }
public string id { get; set; }
}