Work on showing the requests for #32

This commit is contained in:
tidusjar 2016-04-01 23:24:29 +01:00
parent e037ad0f2b
commit a5d38421d3
7 changed files with 201 additions and 13 deletions

View file

@ -512,7 +512,8 @@ namespace PlexRequests.UI.Modules
Type = RequestType.Album,
ProviderId = 0,
RequestedUsers = new List<string>() { Username },
Status = albumInfo.status
Status = albumInfo.status,
Issues = IssueState.None
};