Fixed a bug where if we are the admin we didn't add the request to the db

pull/140/head
tidusjar 9 years ago
parent f0d44b2788
commit 5e5fe1f395

@ -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…
Cancel
Save