diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-04 10:01:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 10:01:10 +0100 |
| commit | a3a2ca412b126413cce80525c9df2ee130f100df (patch) | |
| tree | 380e71a1e4dfa570059ec972a8412b4604198128 | |
| parent | 04552e86fb9467a121bb079da2cadecd1af2e7fc (diff) | |
Update DownloadHandler.cs
| -rw-r--r-- | Jellyfin.Api/Auth/DownloadPolicy/DownloadHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Auth/DownloadPolicy/DownloadHandler.cs b/Jellyfin.Api/Auth/DownloadPolicy/DownloadHandler.cs index cea5ac473..b61680ab1 100644 --- a/Jellyfin.Api/Auth/DownloadPolicy/DownloadHandler.cs +++ b/Jellyfin.Api/Auth/DownloadPolicy/DownloadHandler.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; |
