aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
diff options
context:
space:
mode:
authorFernando Fernández <ferferga@hotmail.com>2021-09-06 21:15:21 +0200
committerFernando Fernández <ferferga@hotmail.com>2021-09-06 21:15:30 +0200
commit3d0b1ccae661704371041aadafc9816a223b1ea0 (patch)
treec2fdd2a0599937b5d1d2f829541d3f4e00692f54 /tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
parent59b67584fc18f73278404be33ddc8b7ea92019a0 (diff)
Remove all unused usings
Diffstat (limited to 'tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs')
-rw-r--r--tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs b/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
index 117083815..59a6b52d1 100644
--- a/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
+++ b/tests/Jellyfin.Api.Tests/Controllers/DynamicHlsControllerTests.cs
@@ -1,13 +1,6 @@
using System;
using System.Collections.Generic;
-using AutoFixture;
-using AutoFixture.AutoMoq;
using Jellyfin.Api.Controllers;
-using Jellyfin.Api.Helpers;
-using Jellyfin.Api.Models.StreamingDtos;
-using MediaBrowser.Controller.Library;
-using MediaBrowser.Controller.MediaEncoding;
-using Moq;
using Xunit;
namespace Jellyfin.Api.Tests.Controllers