mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Fixed a bug where if we are the admin we didn't add the request to the db
This commit is contained in:
parent
f0d44b2788
commit
5e5fe1f395
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ namespace PlexRequests.UI.Modules
|
|||
|
||||
var sender = new HeadphonesSender(HeadphonesApi, hpSettings, RequestService);
|
||||
sender.AddAlbum(model);
|
||||
RequestService.AddRequest(model);
|
||||
|
||||
return
|
||||
Response.AsJson(new JsonResponseModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue