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

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