aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Dlna/Profiles/DefaultProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Dlna/Profiles/DefaultProfile.cs')
-rw-r--r--MediaBrowser.Dlna/Profiles/DefaultProfile.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Dlna/Profiles/DefaultProfile.cs b/MediaBrowser.Dlna/Profiles/DefaultProfile.cs
index 59e1dc5400..819de59fc6 100644
--- a/MediaBrowser.Dlna/Profiles/DefaultProfile.cs
+++ b/MediaBrowser.Dlna/Profiles/DefaultProfile.cs
@@ -37,6 +37,7 @@ namespace MediaBrowser.Dlna.Profiles
MusicSyncBitrate = 128000;
EnableAlbumArtInDidl = false;
+ EnableDlnaProtocol = true;
TranscodingProfiles = new[]
{
@@ -76,9 +77,6 @@ namespace MediaBrowser.Dlna.Profiles
Type = DlnaProfileType.Video
}
};
-
- AddXmlRootAttribute("xmlns", "urn:schemas-upnp-org:device-1-0");
- AddXmlRootAttribute("xmlns:dlna", "urn:schemas-dlna-org:device-1-0");
}
public void AddXmlRootAttribute(string name, string value)