diff options
| author | Jim Cartlidge <jimcartlidge@yahoo.co.uk> | 2020-09-14 15:46:38 +0100 |
|---|---|---|
| committer | Jim Cartlidge <jimcartlidge@yahoo.co.uk> | 2020-09-14 15:46:38 +0100 |
| commit | b44455ad0d6e78b5baed535c06a7f7d49116d1ee (patch) | |
| tree | 5a303cb80f2f83d2ebe48373a4765fa7dd7b25be /Jellyfin.Api/Controllers/SystemController.cs | |
| parent | 288d89493e76b8881c719fe549859b2c0b5f7e29 (diff) | |
Update based on PR1 changes.
Diffstat (limited to 'Jellyfin.Api/Controllers/SystemController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/SystemController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/SystemController.cs b/Jellyfin.Api/Controllers/SystemController.cs index 6876b47b4..b87e275d0 100644 --- a/Jellyfin.Api/Controllers/SystemController.cs +++ b/Jellyfin.Api/Controllers/SystemController.cs @@ -8,7 +8,7 @@ using System.Threading; using System.Threading.Tasks; using Jellyfin.Api.Attributes; using Jellyfin.Api.Constants; -using Jellyfin.Networking.Manager; + using MediaBrowser.Common.Configuration; using MediaBrowser.Common.Extensions; using MediaBrowser.Common.Net; |
