mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
Work on showing the requests for #32
This commit is contained in:
parent
e037ad0f2b
commit
a5d38421d3
7 changed files with 201 additions and 13 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue