aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-03-12 15:56:01 +0300
committerGitHub <noreply@github.com>2020-03-12 15:56:01 +0300
commitad440cd2f6dadb43e56732b4be59513861f19f25 (patch)
tree3db79ae827c0b9fc5029870a9cbb83df100e3621 /MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs
parent8d0d05107fd8e0d8d8b634c125b4576459f3476b (diff)
parent94fe9b8f6d8e5328593c40fb28be615359c2c2e8 (diff)
Merge pull request #2449 from Bond-009/warn17
Fix some warnings
Diffstat (limited to 'MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs')
-rw-r--r--MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs b/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs
index 6dfe8ea9b..bb203f895 100644
--- a/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs
+++ b/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs
@@ -1,5 +1,4 @@
#pragma warning disable CS1591
-#pragma warning disable SA1600
namespace MediaBrowser.Model.ApiClient
{
@@ -22,7 +21,7 @@ namespace MediaBrowser.Model.ApiClient
/// </summary>
/// <value>The name.</value>
public string Name { get; set; }
-
+
/// <summary>
/// Gets or sets the endpoint address.
/// </summary>