Browse Source

Update DescriptionXmlBuilder.cs

BaronGreenback 4 năm trước cách đây
mục cha
commit
a52ab69e13

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

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