aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Plugins/PluginManager.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-20 19:30:48 +0000
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-20 19:30:48 +0000
commit7a667619819bec314fdb6d0b4fd0c3290566297e (patch)
treef7985ee684a1ba6b59c4047c4c7585fca0e7dc46 /Emby.Server.Implementations/Plugins/PluginManager.cs
parent53e280b80fe0e0e5ffdcf636246aa4afdc9467a0 (diff)
write json files indented.
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PluginManager.cs')
-rw-r--r--Emby.Server.Implementations/Plugins/PluginManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs
index 32646d1bf..2497cddd9 100644
--- a/Emby.Server.Implementations/Plugins/PluginManager.cs
+++ b/Emby.Server.Implementations/Plugins/PluginManager.cs
@@ -50,6 +50,7 @@ namespace Emby.Server.Implementations.Plugins
_pluginsPath = pluginsPath;
_appVersion = appVersion ?? throw new ArgumentNullException(nameof(appVersion));
_jsonOptions = JsonDefaults.GetOptions();
+ _jsonOptions.WriteIndented = true;
_config = config;
_appHost = appHost;
_minimumVersion = new Version(0, 0, 0, 1);