aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);