diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-16 12:08:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-16 12:08:37 +0100 |
| commit | d99db543daf770a059830627dbdc255ae6abe42e (patch) | |
| tree | a17fa248123d5c189ed7c2b5740eb9f61625c320 | |
| parent | a6400d12c9bd8e32497f6510fe7491fd0325650a (diff) | |
Update DescriptionXmlBuilder.cs
| -rw-r--r-- | Emby.Dlna/Server/DescriptionXmlBuilder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Server/DescriptionXmlBuilder.cs b/Emby.Dlna/Server/DescriptionXmlBuilder.cs index d449d5fe8..1f429d0de 100644 --- a/Emby.Dlna/Server/DescriptionXmlBuilder.cs +++ b/Emby.Dlna/Server/DescriptionXmlBuilder.cs @@ -4,7 +4,7 @@ using System; using System.Collections.Generic; using System.Globalization; using System.Linq; -using System.Security;a +using System.Security; using System.Text; using Emby.Dlna.Common; using MediaBrowser.Model.Dlna; |
