diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-04-17 14:51:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-17 14:51:33 +0200 |
| commit | 990e4e8e58e2d15f9bbd010e06915a40c9180235 (patch) | |
| tree | d97694ca31bf52da2fc261259693e8b1c090fcc4 /Jellyfin.Server/Program.cs | |
| parent | b63f615fd4f92f40394d04c9ae764b35aadc000d (diff) | |
| parent | bc1cc2d04ae0e823becf59964e5bdc5a74ae7741 (diff) | |
Merge pull request #5843 from BaronGreenback/Cleanup4
Code Clean up: Remove unused using directives
Diffstat (limited to 'Jellyfin.Server/Program.cs')
| -rw-r--r-- | Jellyfin.Server/Program.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index 464e02419..c10b2ddb3 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -12,12 +12,10 @@ using System.Threading.Tasks; using CommandLine; using Emby.Server.Implementations; using Emby.Server.Implementations.IO; -using Jellyfin.Api.Controllers; using MediaBrowser.Common.Configuration; using MediaBrowser.Common.Net; using MediaBrowser.Controller.Extensions; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.Server.Kestrel.Core; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; |
