aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-01-28 17:50:25 +0100
committerBond-009 <bond.009@outlook.com>2020-01-28 17:50:25 +0100
commitae9c1e29e7ef8e2498bd8185f591ef589526105e (patch)
treefca1017f3f319a1d419754057c5fd6f18d5133d9
parent36d62c30930fa5b536fa5c7d1f4c85243a4b3fea (diff)
My bad
-rw-r--r--Emby.Dlna/Service/BaseControlHandler.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Dlna/Service/BaseControlHandler.cs b/Emby.Dlna/Service/BaseControlHandler.cs
index 97e63167d..4704ecbe6 100644
--- a/Emby.Dlna/Service/BaseControlHandler.cs
+++ b/Emby.Dlna/Service/BaseControlHandler.cs
@@ -71,8 +71,7 @@ namespace Emby.Dlna.Service
var settings = new XmlWriterSettings
{
Encoding = Encoding.UTF8,
- CloseOutput = false,
- ConformanceLevel = ConformanceLevel.Fragment
+ CloseOutput = false
};
StringWriter builder = new StringWriterWithEncoding(Encoding.UTF8);