aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
diff options
context:
space:
mode:
authorKonH <konh@yandex.ru>2021-10-03 10:49:41 +0700
committerKonH <konh@yandex.ru>2021-10-03 10:49:41 +0700
commitb6bf43af4590579a1902552ed1b1eaaa4946f7b3 (patch)
tree33c57d7387e8a1f8b6f282dd7c98abc6e78896d8 /tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
parent7c282ec3694d8e6a127588c41cd0c68f8ee4e93b (diff)
Fix warning: Using directive is not required by the code and can be safely removed (#2149)
Diffstat (limited to 'tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs')
-rw-r--r--tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs b/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
index 4f413d965..1f06e8fde 100644
--- a/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
+++ b/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
@@ -1,5 +1,4 @@
using System;
-using System.Collections.Generic;
using Jellyfin.Api.Controllers;
using Xunit;