aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/EnvironmentController.cs
diff options
context:
space:
mode:
authorNiels van Velzen <git@ndat.nl>2026-01-27 11:13:32 +0100
committerNiels van Velzen <git@ndat.nl>2026-01-27 11:13:32 +0100
commitb8d2f1f9115ed3ed18960fcebd1188a3fb7d2f5e (patch)
tree395e214e87fb8f32163d6c0a957e6e0532cf697a /Jellyfin.Api/Controllers/EnvironmentController.cs
parent874fd9ac0a2410dd49b01087610b52942d8614a7 (diff)
Remove unused usings
Diffstat (limited to 'Jellyfin.Api/Controllers/EnvironmentController.cs')
-rw-r--r--Jellyfin.Api/Controllers/EnvironmentController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/EnvironmentController.cs b/Jellyfin.Api/Controllers/EnvironmentController.cs
index 70a8c72c0f..794ca96932 100644
--- a/Jellyfin.Api/Controllers/EnvironmentController.cs
+++ b/Jellyfin.Api/Controllers/EnvironmentController.cs
@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.IO;
using System.Linq;
-using Jellyfin.Api.Constants;
using Jellyfin.Api.Models.EnvironmentDtos;
using MediaBrowser.Common.Api;
using MediaBrowser.Common.Extensions;