diff options
| author | Stepan Goremykin <goremukin@gmail.com> | 2023-04-06 18:41:25 +0200 |
|---|---|---|
| committer | Stepan Goremykin <goremukin@gmail.com> | 2023-04-06 19:17:28 +0200 |
| commit | 26958162d01ea9557d80f384face93012f70b821 (patch) | |
| tree | a5e32dbae042f1bbe10634d68ea0b560397ed293 /Jellyfin.Server/Startup.cs | |
| parent | 2c03f7e85d9bca7b243f0021f454b6bfd780d2f3 (diff) | |
Remove unused using directives
Diffstat (limited to 'Jellyfin.Server/Startup.cs')
| -rw-r--r-- | Jellyfin.Server/Startup.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Startup.cs b/Jellyfin.Server/Startup.cs index 155f9fc8c..56f5c4796 100644 --- a/Jellyfin.Server/Startup.cs +++ b/Jellyfin.Server/Startup.cs @@ -4,7 +4,6 @@ using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Net.Mime; -using System.Runtime.InteropServices; using System.Text; using Jellyfin.Api.Middleware; using Jellyfin.MediaEncoding.Hls.Extensions; |
