aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
diff options
context:
space:
mode:
authorZadenRB <zaden.ruggieroboune@gmail.com>2020-04-12 19:17:46 -0600
committerZadenRB <zaden.ruggieroboune@gmail.com>2020-04-12 19:17:46 -0600
commit5a658cf260c18c8f17e2ffc02af43832b9076a53 (patch)
tree580cf8cdc9352b0ae03f8eb427198901e76e4b8b /Jellyfin.Api/Controllers/StartupController.cs
parent2be6550db4afabc48f7c5122b0eed577db9a9a2e (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.cs1
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
{