diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-04 10:03:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 10:03:08 +0100 |
| commit | 5360f5a43dd5f0c862aff32a48d66b37f5376eef (patch) | |
| tree | 7d6b7893bb2ce8aed9c3bfb76f3a3778bee6fff1 | |
| parent | bb4c668650bc5e96dd8f290b4309014e8142f1ea (diff) | |
Update UserController.cs
| -rw-r--r-- | Jellyfin.Api/Controllers/UserController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/UserController.cs b/Jellyfin.Api/Controllers/UserController.cs index 9e61b2b8a..50bb8bb2a 100644 --- a/Jellyfin.Api/Controllers/UserController.cs +++ b/Jellyfin.Api/Controllers/UserController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; |
