mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
write json files indented.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user