Browse Source

Update DescriptionXmlBuilder.cs

BaronGreenback 4 years ago
parent
commit
a52ab69e13
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Emby.Dlna/Server/DescriptionXmlBuilder.cs

+ 2 - 2
Emby.Dlna/Server/DescriptionXmlBuilder.cs

@@ -249,8 +249,8 @@ namespace Emby.Dlna.Server
 
             builder.Append("</serviceList>");
         }
-        
-        private string BuildUrl(string ure)
+
+        private string BuildUrl(string url)
         {
             if (string.IsNullOrEmpty(url))
             {