Small changes for #32

This commit is contained in:
tidusjar 2016-04-05 08:49:11 +01:00
parent a686832e3f
commit f2ba56f131
4 changed files with 8 additions and 4 deletions

View file

@ -53,5 +53,6 @@ namespace PlexRequests.UI.Models
public string TvSeriesRequestType { get; set; }
public string MusicBrainzId { get; set; }
public QualityModel[] Qualities { get; set; }
public string ArtistName { get; set; }
}
}