mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
Update to 3.5.2 and .net core 2.1
This commit is contained in:
@@ -25,17 +25,6 @@ namespace Rssdp
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Deserialisation constructor.
|
||||
/// </summary>
|
||||
/// <param name="deviceDescriptionXml">A UPnP device description XML document.</param>
|
||||
/// <exception cref="System.ArgumentNullException">Thrown if the <paramref name="deviceDescriptionXml"/> argument is null.</exception>
|
||||
/// <exception cref="System.ArgumentException">Thrown if the <paramref name="deviceDescriptionXml"/> argument is empty.</exception>
|
||||
public SsdpEmbeddedDevice(string deviceDescriptionXml)
|
||||
: base(deviceDescriptionXml)
|
||||
{
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Public Properties
|
||||
|
||||
Reference in New Issue
Block a user