mirror of
https://github.com/Radarr/Radarr
synced 2026-04-25 12:51:47 +02:00
fix(style): use explicit JsonSerializerOptions type
This commit is contained in:
parent
ee7da59382
commit
0502343800
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public class InitializeJsonController : Controller
|
|||
private static string _urlBase;
|
||||
private string _generatedContent;
|
||||
|
||||
private static readonly JsonSerializerOptions JsonOptions = new()
|
||||
private static readonly JsonSerializerOptions JsonOptions = new JsonSerializerOptions()
|
||||
{
|
||||
WriteIndented = true
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue