Selaa lähdekoodia

Update documentation for EnableUPnP

Mark Monteiro 5 vuotta sitten
vanhempi
sitoutus
bcf1ef319a
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

+ 1 - 2
MediaBrowser.Model/Configuration/ServerConfiguration.cs

@@ -15,9 +15,8 @@ namespace MediaBrowser.Model.Configuration
         private string _baseUrl;
 
         /// <summary>
-        /// Gets or sets a value indicating whether [enable u pn p].
+        /// Gets or sets a value indicating whether to enable automatic port forwarding.
         /// </summary>
-        /// <value><c>true</c> if [enable u pn p]; otherwise, <c>false</c>.</value>
         public bool EnableUPnP { get; set; }
 
         /// <summary>