aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Net/IPData.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2023-11-09 22:03:55 -0700
committerGitHub <noreply@github.com>2023-11-09 22:03:55 -0700
commit892973a9e372000ad7babe2381e4e83b39591951 (patch)
treefc408136c09e6377309629ad6b2d4b2b26ff3c3f /MediaBrowser.Model/Net/IPData.cs
parent35bd0c00c965176d6ddb167605ed3a3eba9a4524 (diff)
parent44b771bfb4b6412360b18c80621c90902c0a43a7 (diff)
Merge branch 'master' into media-type
Diffstat (limited to 'MediaBrowser.Model/Net/IPData.cs')
-rw-r--r--MediaBrowser.Model/Net/IPData.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Net/IPData.cs b/MediaBrowser.Model/Net/IPData.cs
index 985b16c6e..e9fcd6797 100644
--- a/MediaBrowser.Model/Net/IPData.cs
+++ b/MediaBrowser.Model/Net/IPData.cs
@@ -48,6 +48,11 @@ public class IPData
public int Index { get; set; }
/// <summary>
+ /// Gets or sets a value indicating whether the network supports multicast.
+ /// </summary>
+ public bool SupportsMulticast { get; set; } = false;
+
+ /// <summary>
/// Gets or sets the interface name.
/// </summary>
public string Name { get; set; }