Finished the bulk work for Headphones. Needs testing #32

This commit is contained in:
tidusjar 2016-04-04 14:27:55 +01:00
parent 9211f3db4f
commit 39a5032c3e
15 changed files with 376 additions and 32 deletions

View file

@ -38,7 +38,8 @@ namespace PlexRequests.Store
public string SeasonsRequested { get; set; }
public string MusicBrainzId { get; set; }
public List<string> RequestedUsers { get; set; }
public string Artist { get; set; }
public string ArtistName { get; set; }
public string ArtistId { get; set; }
[JsonIgnore]
public List<string> AllUsers