mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 11:44:48 +03:00
reduce traffic from play to feature
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using MediaBrowser.Model.Net;
|
||||
|
||||
namespace Rssdp
|
||||
{
|
||||
@@ -11,10 +12,11 @@ namespace Rssdp
|
||||
/// </summary>
|
||||
public sealed class DeviceAvailableEventArgs : EventArgs
|
||||
{
|
||||
public IpAddressInfo LocalIpAddress { get; set; }
|
||||
|
||||
#region Fields
|
||||
#region Fields
|
||||
|
||||
private readonly DiscoveredSsdpDevice _DiscoveredDevice;
|
||||
private readonly DiscoveredSsdpDevice _DiscoveredDevice;
|
||||
private readonly bool _IsNewlyDiscovered;
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user