Add xml output formatter

This commit is contained in:
crobibero
2020-08-15 10:39:24 -06:00
parent f505f48e85
commit 2d4e91c5a2
2 changed files with 31 additions and 0 deletions

View File

@@ -154,6 +154,7 @@ namespace Jellyfin.Server.Extensions
opts.OutputFormatters.Insert(0, new PascalCaseJsonProfileFormatter());
opts.OutputFormatters.Add(new CssOutputFormatter());
opts.OutputFormatters.Add(new XmlOutputFormatter());
})
// Clear app parts to avoid other assemblies being picked up