diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-06 12:30:44 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-06 12:30:44 -0500 |
| commit | 1539836ca1ca833715c9bc2b58cfc1efea47bb30 (patch) | |
| tree | 355de76f26f99f916cf0f72574af3372ab009612 /Emby.Dlna/Service/ControlErrorHandler.cs | |
| parent | 6aa106f1b7e5493b821240143f8cea6f0d4baddd (diff) | |
update didl xml
Diffstat (limited to 'Emby.Dlna/Service/ControlErrorHandler.cs')
| -rw-r--r-- | Emby.Dlna/Service/ControlErrorHandler.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Emby.Dlna/Service/ControlErrorHandler.cs b/Emby.Dlna/Service/ControlErrorHandler.cs index 07b4dad60..a3cd77f0f 100644 --- a/Emby.Dlna/Service/ControlErrorHandler.cs +++ b/Emby.Dlna/Service/ControlErrorHandler.cs @@ -36,12 +36,12 @@ namespace Emby.Dlna.Service writer.WriteStartElement("detail"); writer.WriteRaw("<UPnPError xmlns=\"urn:schemas-upnp-org:control-1-0\"><errorCode>401</errorCode><errorDescription>Invalid Action</errorDescription></UPnPError>"); - writer.WriteEndElement(); + writer.WriteFullEndElement(); - writer.WriteEndElement(); - writer.WriteEndElement(); + writer.WriteFullEndElement(); + writer.WriteFullEndElement(); - writer.WriteEndElement(); + writer.WriteFullEndElement(); writer.WriteEndDocument(); } |
