mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
#1513 partially fixed a bug
This commit is contained in:
parent
9e6a7d5a72
commit
d8e77ef6b3
3 changed files with 13 additions and 4 deletions
|
@ -99,6 +99,7 @@ namespace Ombi.Store.Repository.Requests
|
|||
public async Task UpdateChild(ChildRequests request)
|
||||
{
|
||||
Db.Attach(request).State = EntityState.Modified;
|
||||
Db.Attach(request.SeasonRequests).State = EntityState.Modified;
|
||||
|
||||
await Db.SaveChangesAsync();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue