aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient
diff options
context:
space:
mode:
authorBond_009 <Bond.009@outlook.com>2020-02-04 01:49:27 +0100
committerBond_009 <Bond.009@outlook.com>2020-02-04 01:49:27 +0100
commitf47ad85011a1251c3fda8a213c0b96dcf46d5e05 (patch)
tree0cca4951e5b4778e00e84b377b09d648c8ba9d0b /MediaBrowser.Model/ApiClient
parent176e8509739ffd3d7002c94adbd814c33b5172e2 (diff)
Fix warnings MediaBrowser.Model
Diffstat (limited to 'MediaBrowser.Model/ApiClient')
-rw-r--r--MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs b/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs
index d1f3577f7..6dfe8ea9b 100644
--- a/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs
+++ b/MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs
@@ -1,3 +1,6 @@
+#pragma warning disable CS1591
+#pragma warning disable SA1600
+
namespace MediaBrowser.Model.ApiClient
{
public class ServerDiscoveryInfo
@@ -7,16 +10,19 @@ namespace MediaBrowser.Model.ApiClient
/// </summary>
/// <value>The address.</value>
public string Address { get; set; }
+
/// <summary>
/// Gets or sets the server identifier.
/// </summary>
/// <value>The server identifier.</value>
public string Id { get; set; }
+
/// <summary>
/// Gets or sets the name.
/// </summary>
/// <value>The name.</value>
public string Name { get; set; }
+
/// <summary>
/// Gets or sets the endpoint address.
/// </summary>