diff options
| author | Fernando Fernández <ferferga@hotmail.com> | 2021-09-06 21:15:21 +0200 |
|---|---|---|
| committer | Fernando Fernández <ferferga@hotmail.com> | 2021-09-06 21:15:30 +0200 |
| commit | 3d0b1ccae661704371041aadafc9816a223b1ea0 (patch) | |
| tree | c2fdd2a0599937b5d1d2f829541d3f4e00692f54 /Jellyfin.Api/Controllers/ApiKeyController.cs | |
| parent | 59b67584fc18f73278404be33ddc8b7ea92019a0 (diff) | |
Remove all unused usings
Diffstat (limited to 'Jellyfin.Api/Controllers/ApiKeyController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/ApiKeyController.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ApiKeyController.cs b/Jellyfin.Api/Controllers/ApiKeyController.cs index 720b22b1d..8e0332d3e 100644 --- a/Jellyfin.Api/Controllers/ApiKeyController.cs +++ b/Jellyfin.Api/Controllers/ApiKeyController.cs @@ -1,4 +1,3 @@ -using System; using System.ComponentModel.DataAnnotations; using System.Threading.Tasks; using Jellyfin.Api.Constants; |
