diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-04 10:02:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 10:02:52 +0100 |
| commit | bb4c668650bc5e96dd8f290b4309014e8142f1ea (patch) | |
| tree | 2c1b5dc55dde77c7964713f1df2ef9931aea06e1 | |
| parent | eaf684a68c8432b6411b5c77db34fe1d865f4aee (diff) | |
Update LocalAccessHandler.cs
| -rw-r--r-- | Jellyfin.Api/Auth/LocalAccessPolicy/LocalAccessHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Auth/LocalAccessPolicy/LocalAccessHandler.cs b/Jellyfin.Api/Auth/LocalAccessPolicy/LocalAccessHandler.cs index 2999c6c8a..af73352bc 100644 --- a/Jellyfin.Api/Auth/LocalAccessPolicy/LocalAccessHandler.cs +++ b/Jellyfin.Api/Auth/LocalAccessPolicy/LocalAccessHandler.cs @@ -1,4 +1,4 @@ -using System.Threading.Tasks; +using System.Threading.Tasks; using MediaBrowser.Common.Net; using MediaBrowser.Controller.Library; using Microsoft.AspNetCore.Authorization; |
