aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ConfigurationController.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-09-11 17:47:01 -0600
committerGitHub <noreply@github.com>2022-09-11 17:47:01 -0600
commitd2e18547b16fa30684d7c9ceb8a117d5d9bcef56 (patch)
treef488c8148f28059f0f39b0f98ba5ad4a4548f98a /Jellyfin.Api/Controllers/ConfigurationController.cs
parent01b6f7fea4bffd0e9e8cdb0828a4b9ba36136560 (diff)
Require properly typed ActionResult<T> (#8382)
Diffstat (limited to 'Jellyfin.Api/Controllers/ConfigurationController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ConfigurationController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ConfigurationController.cs b/Jellyfin.Api/Controllers/ConfigurationController.cs
index 464fadc06..bbe163312 100644
--- a/Jellyfin.Api/Controllers/ConfigurationController.cs
+++ b/Jellyfin.Api/Controllers/ConfigurationController.cs
@@ -2,7 +2,6 @@ using System;
using System.ComponentModel.DataAnnotations;
using System.Net.Mime;
using System.Text.Json;
-using System.Threading.Tasks;
using Jellyfin.Api.Attributes;
using Jellyfin.Api.Constants;
using Jellyfin.Api.Models.ConfigurationDtos;