mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Requests now work for albums !wip
This commit is contained in:
parent
70db3c7bca
commit
d47e7a7c57
13 changed files with 1250 additions and 17 deletions
|
@ -336,6 +336,7 @@ namespace Ombi.Core.Engine
|
|||
};
|
||||
}
|
||||
|
||||
request.MarkedAsApproved = DateTime.Now;
|
||||
request.Approved = true;
|
||||
request.Denied = false;
|
||||
await MovieRepository.Update(request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue