More work on #273

This commit is contained in:
tidusjar 2016-05-31 14:09:27 +01:00
parent 1d3520ce93
commit ebeedb90af
5 changed files with 76 additions and 9 deletions

View file

@ -40,6 +40,7 @@ namespace PlexRequests.Store
public List<string> RequestedUsers { get; set; }
public string ArtistName { get; set; }
public string ArtistId { get; set; }
public int IssueId { get; set; }
[JsonIgnore]
public List<string> AllUsers
@ -83,6 +84,6 @@ namespace PlexRequests.Store
NoSubtitles = 1,
WrongContent = 2,
PlaybackIssues = 3,
Other = 4 // Provide a message
Other = 4, // Provide a message
}
}