diff options
| author | ZadenRB <zaden.ruggieroboune@gmail.com> | 2020-04-12 19:17:46 -0600 |
|---|---|---|
| committer | ZadenRB <zaden.ruggieroboune@gmail.com> | 2020-04-12 19:17:46 -0600 |
| commit | 5a658cf260c18c8f17e2ffc02af43832b9076a53 (patch) | |
| tree | 580cf8cdc9352b0ae03f8eb427198901e76e4b8b /Jellyfin.Api/Controllers/StartupController.cs | |
| parent | 2be6550db4afabc48f7c5122b0eed577db9a9a2e (diff) | |
Fix casing of JSON in Jellyfin API. Currently only affects startup wizard.
Diffstat (limited to 'Jellyfin.Api/Controllers/StartupController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/StartupController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/StartupController.cs b/Jellyfin.Api/Controllers/StartupController.cs index afc9b8f3d..4e515bd8d 100644 --- a/Jellyfin.Api/Controllers/StartupController.cs +++ b/Jellyfin.Api/Controllers/StartupController.cs @@ -6,6 +6,7 @@ using MediaBrowser.Controller.Configuration; using MediaBrowser.Controller.Library; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; +using Newtonsoft.Json; namespace Jellyfin.Api.Controllers { |
