aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ConfigurationController.cs
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-11-16 19:45:21 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-11-16 19:45:21 +0000
commit60a6627140a83408b8157b9543e62ff48918ef7a (patch)
tree0d5a9c5af110e85d9ff218850eea8dfa02b23a20 /Jellyfin.Api/Controllers/ConfigurationController.cs
parent978aa38f3bd19a55ed4f3587bf5fd7d583c317f5 (diff)
Removing left over edits left from the acceptance of previous PR's.
Diffstat (limited to 'Jellyfin.Api/Controllers/ConfigurationController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ConfigurationController.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/ConfigurationController.cs b/Jellyfin.Api/Controllers/ConfigurationController.cs
index 53f94cf37..e1c9f69f6 100644
--- a/Jellyfin.Api/Controllers/ConfigurationController.cs
+++ b/Jellyfin.Api/Controllers/ConfigurationController.cs
@@ -4,9 +4,7 @@ using System.Text.Json;
using System.Threading.Tasks;
using Jellyfin.Api.Attributes;
using Jellyfin.Api.Constants;
-using Jellyfin.Api.Migrations;
using Jellyfin.Api.Models.ConfigurationDtos;
-using Jellyfin.Networking.Configuration;
using MediaBrowser.Common.Json;
using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.MediaEncoding;