improved device discovery

This commit is contained in:
Luke Pulverenti
2014-04-25 13:30:41 -04:00
parent 1544b7bf9c
commit eda8159b44
21 changed files with 486 additions and 327 deletions

View File

@@ -10,6 +10,8 @@ namespace MediaBrowser.Controller.Dlna
public string TargetServerUuId { get; set; }
public string RequestedUrl { get; set; }
public ControlRequest()
{
Headers = new Dictionary<string, string>();