Selaa lähdekoodia

Update DescriptionXmlBuilder.cs

BaronGreenback 4 vuotta sitten
vanhempi
sitoutus
c2e2e5ac0c
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      Emby.Dlna/Server/DescriptionXmlBuilder.cs

+ 6 - 0
Emby.Dlna/Server/DescriptionXmlBuilder.cs

@@ -256,6 +256,12 @@ namespace Emby.Dlna.Server
             builder.Append("</serviceList>");
             builder.Append("</serviceList>");
         }
         }
 
 
+        /// <summary>
+        /// Builds a valid url for inclusion in the xml.
+        /// </summary>
+        /// <param name="url">Url to include.</param>
+        /// <param name="absoluteUrl">Optional. When set to true, the absolute url is always used.</param>
+        /// <returns>The url to use for the element.</returns>
         private string BuildUrl(string url, bool absoluteUrl = false)
         private string BuildUrl(string url, bool absoluteUrl = false)
         {
         {
             if (string.IsNullOrEmpty(url))
             if (string.IsNullOrEmpty(url))