aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Service/BaseControlHandler.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-06 12:30:44 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-06 12:30:44 -0500
commit1539836ca1ca833715c9bc2b58cfc1efea47bb30 (patch)
tree355de76f26f99f916cf0f72574af3372ab009612 /Emby.Dlna/Service/BaseControlHandler.cs
parent6aa106f1b7e5493b821240143f8cea6f0d4baddd (diff)
update didl xml
Diffstat (limited to 'Emby.Dlna/Service/BaseControlHandler.cs')
-rw-r--r--Emby.Dlna/Service/BaseControlHandler.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Dlna/Service/BaseControlHandler.cs b/Emby.Dlna/Service/BaseControlHandler.cs
index afc66b1d7..35203edae 100644
--- a/Emby.Dlna/Service/BaseControlHandler.cs
+++ b/Emby.Dlna/Service/BaseControlHandler.cs
@@ -99,12 +99,12 @@ namespace Emby.Dlna.Service
{
writer.WriteStartElement(i.Key);
writer.WriteString(i.Value);
- writer.WriteEndElement();
+ writer.WriteFullEndElement();
}
- writer.WriteEndElement();
- writer.WriteEndElement();
+ writer.WriteFullEndElement();
+ writer.WriteFullEndElement();
- writer.WriteEndElement();
+ writer.WriteFullEndElement();
writer.WriteEndDocument();
}