From 5e5fe1f395688d577ee7c70a22a6fe173bf68d89 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 5 Apr 2016 21:58:27 +0100 Subject: [PATCH] Fixed a bug where if we are the admin we didn't add the request to the db --- PlexRequests.UI/Modules/SearchModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PlexRequests.UI/Modules/SearchModule.cs b/PlexRequests.UI/Modules/SearchModule.cs index b0e3d1e25..fe4addfd0 100644 --- a/PlexRequests.UI/Modules/SearchModule.cs +++ b/PlexRequests.UI/Modules/SearchModule.cs @@ -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