updated dlna profiles

This commit is contained in:
Luke Pulverenti
2014-04-24 10:11:05 -04:00
parent a748c660cb
commit c6d9bdfd49
30 changed files with 45 additions and 40 deletions

View File

@@ -337,7 +337,7 @@ namespace MediaBrowser.Dlna.Server
didl.SetAttribute("xmlns:dlna", NS_DLNA);
didl.SetAttribute("xmlns:upnp", NS_UPNP);
foreach (var att in _profile.ContentDirectoryRootAttributes)
foreach (var att in _profile.XmlRootAttributes)
{
didl.SetAttribute(att.Name, att.Value);
}