aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-07-17 16:23:12 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2020-07-17 16:23:47 +0100
commit0f696104aca3309145b2e7f4169c4cf1be8ad81a (patch)
tree36c83fe6be46c65ea57bef27c488512faf7b753b
parentc7c28db17beaf67be68feb769e88ac5bf14dc534 (diff)
using missing.
-rw-r--r--Emby.Dlna/Api/DlnaServerService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Dlna/Api/DlnaServerService.cs b/Emby.Dlna/Api/DlnaServerService.cs
index 049b201bb..7e5eb8f90 100644
--- a/Emby.Dlna/Api/DlnaServerService.cs
+++ b/Emby.Dlna/Api/DlnaServerService.cs
@@ -11,6 +11,7 @@ using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.Dlna;
using MediaBrowser.Controller.Net;
using MediaBrowser.Model.Services;
+using Microsoft.AspNetCore.Http;
namespace Emby.Dlna.Api
{