aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
diff options
context:
space:
mode:
authorPatrick Barron <18354464+barronpm@users.noreply.github.com>2020-08-19 21:45:31 +0000
committerPatrick Barron <barronpm@gmail.com>2020-08-19 18:11:17 -0400
commit98ed90c4a2d94dc75c4c284d695e752ee3c882d5 (patch)
treef5d2163c6611b37f13d115c8b38ed424eb066801 /Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
parentee7beed804a23e1f4ef180ab17a0c99b47401caa (diff)
parent634ee2d1e913277ea8f419aca9d91a8e58426642 (diff)
Merge branch 'master' into event-rewrite-1
Diffstat (limited to 'Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs')
-rw-r--r--Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs b/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
index 83d8fac5b..2e2bfea68 100644
--- a/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
+++ b/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
@@ -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