Skip to content

Commit

Permalink
Updated to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
BaronGreenback committed Nov 21, 2020
1 parent 084d21c commit 9a9b2bf
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 116 deletions.
8 changes: 3 additions & 5 deletions Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ public string BaseUrl
public bool UPnPCreateHttpPortMap { get; set; }

/// <summary>
/// Gets or sets the UDPPortRange
/// Gets or sets client udp port range.
/// Gets or sets the UDPPortRange.
/// </summary>
public string UDPPortRange { get; set; } = string.Empty;

Expand All @@ -115,8 +114,8 @@ public string BaseUrl
public bool EnableIPV4 { get; set; } = true;

/// <summary>
/// Gets or sets a value indicating whether detailed ssdp logs are sent to the console/log.
/// "Emby.Dlna": "Debug" must be set in logging.default.json for this property to work.
/// Gets or sets a value indicating whether detailed SSDP logs are sent to the console/log.
/// "Emby.Dlna": "Debug" must be set in logging.default.json for this property to have any effect.
/// </summary>
public bool EnableSSDPTracing { get; set; }

Expand All @@ -143,7 +142,6 @@ public string BaseUrl
public bool IgnoreVirtualInterfaces { get; set; } = true;

/// <summary>
/// Gets or sets the VirtualInterfaceNames
/// Gets or sets a value indicating the interfaces that should be ignored. The list can be comma separated. <seealso cref="IgnoreVirtualInterfaces"/>.
/// </summary>
public string VirtualInterfaceNames { get; set; } = "vEthernet*";
Expand Down
Loading

0 comments on commit 9a9b2bf

Please sign in to comment.