mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Fix casing of JSON in Jellyfin API. Currently only affects startup wizard.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user