diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-17 00:27:18 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-04-17 00:27:18 -0400 |
| commit | bcf1ef319a228dc6383b1730e8222c1b2294e697 (patch) | |
| tree | 51c01bb2d05a36f010240093a0edb897e91ccfac /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 8a81bcd7425ebf93eb688bbc754179dfc20787ec (diff) | |
Update documentation for EnableUPnP
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 9983aa0e0..b5e8d5589 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/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> |
