aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-04-17 14:51:33 +0200
committerGitHub <noreply@github.com>2021-04-17 14:51:33 +0200
commit990e4e8e58e2d15f9bbd010e06915a40c9180235 (patch)
treed97694ca31bf52da2fc261259693e8b1c090fcc4 /Jellyfin.Api/Helpers/DynamicHlsHelper.cs
parentb63f615fd4f92f40394d04c9ae764b35aadc000d (diff)
parentbc1cc2d04ae0e823becf59964e5bdc5a74ae7741 (diff)
Merge pull request #5843 from BaronGreenback/Cleanup4
Code Clean up: Remove unused using directives
Diffstat (limited to 'Jellyfin.Api/Helpers/DynamicHlsHelper.cs')
-rw-r--r--Jellyfin.Api/Helpers/DynamicHlsHelper.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Helpers/DynamicHlsHelper.cs b/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
index 751b48682..1bb504ad1 100644
--- a/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
+++ b/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
-using System.Net.Mime;
using System.Security.Claims;
using System.Text;
using System.Threading;