aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
diff options
context:
space:
mode:
authorJoshua Boniface <joshua@boniface.me>2019-11-24 14:59:11 -0500
committerJoshua Boniface <joshua@boniface.me>2019-11-24 14:59:11 -0500
commit7f5a0704067e95f9809bfa0f55deeac551160706 (patch)
tree461fdde691db18a6f45b90440c23704d4ff6e687 /Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
parent7ccef6068b6b97fc461b9d5354b646e8f6fd961f (diff)
Restore MediaBrowser.Model.Extensions after #2008
Removing this caused lines 270-271 to fail as the function override did not exist in the .NET 2.2 framework. Restores functionality.
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/HttpListenerHost.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
index dc1a56e27..982b54b7f 100644
--- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
+++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
@@ -15,6 +15,7 @@ using MediaBrowser.Controller;
using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.Net;
using MediaBrowser.Model.Events;
+using MediaBrowser.Model.Extensions;
using MediaBrowser.Model.Serialization;
using MediaBrowser.Model.Services;
using Microsoft.AspNetCore.Http;