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

@@ -93,7 +93,8 @@ namespace MediaBrowser.Api.Dlna
{
Headers = GetRequestHeaders(),
InputXml = await reader.ReadToEndAsync().ConfigureAwait(false),
TargetServerUuId = id
TargetServerUuId = id,
RequestedUrl = Request.AbsoluteUri
});
}
}