aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-08-19 06:36:10 -0600
committercrobibero <cody@robibe.ro>2020-08-19 06:36:10 -0600
commit7578dfac25316946d7a65123573d404d8965937d (patch)
tree037f4dc89c062e8b8b230d2655b5554f347785f3
parent076e17f35556c6d1257856896619e30eb494b2bb (diff)
Remove unused directives
-rw-r--r--Jellyfin.Server/Startup.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Jellyfin.Server/Startup.cs b/Jellyfin.Server/Startup.cs
index 05deaa2e03..ea80d97b96 100644
--- a/Jellyfin.Server/Startup.cs
+++ b/Jellyfin.Server/Startup.cs
@@ -1,10 +1,4 @@
-using System.Diagnostics;
-using System.Net;
-using System.Net.Http;
-using System.Reflection;
-using Emby.Server.Implementations;
using Jellyfin.Server.Extensions;
-using Jellyfin.Server.Implementations;
using Jellyfin.Server.Middleware;
using Jellyfin.Server.Models;
using MediaBrowser.Common.Net;
@@ -14,7 +8,6 @@ using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
-using Microsoft.Extensions.Http.Logging;
using Prometheus;
namespace Jellyfin.Server