mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Merge branch 'dev' into code-cleanup
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Rssdp
|
||||
|
||||
return rootDevice;
|
||||
}
|
||||
|
||||
|
||||
#region Public Properties
|
||||
|
||||
#region UPnP Device Description Properties
|
||||
@@ -330,7 +330,7 @@ namespace Rssdp
|
||||
/// </summary>
|
||||
/// <param name="device">The <see cref="SsdpEmbeddedDevice"/> instance added to the <see cref="Devices"/> collection.</param>
|
||||
/// <seealso cref="AddDevice"/>
|
||||
/// <seealso cref="DeviceAdded"/>
|
||||
/// <seealso cref="DeviceAdded"/>
|
||||
protected virtual void OnDeviceAdded(SsdpEmbeddedDevice device)
|
||||
{
|
||||
var handlers = this.DeviceAdded;
|
||||
|
||||
Reference in New Issue
Block a user