mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-07 10:52:08 +01:00
updated dlna profiles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user