mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
Started on #16, nothing is hooked up yet.
This commit is contained in:
parent
f4a60da40d
commit
07b42ffd50
14 changed files with 355 additions and 12 deletions
|
@ -56,9 +56,9 @@ namespace PlexRequests.Core
|
|||
Repo.Delete(entity);
|
||||
}
|
||||
|
||||
public void UpdateRequest(int originalId, RequestedModel model)
|
||||
public void UpdateRequest(RequestedModel model)
|
||||
{
|
||||
model.Id = originalId;
|
||||
|
||||
Repo.Update(model);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue