aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Dlna/Profiles/Windows81Profile.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Dlna/Profiles/Windows81Profile.cs b/MediaBrowser.Dlna/Profiles/Windows81Profile.cs
index 056f76f79..6bb5600ae 100644
--- a/MediaBrowser.Dlna/Profiles/Windows81Profile.cs
+++ b/MediaBrowser.Dlna/Profiles/Windows81Profile.cs
@@ -101,6 +101,14 @@ namespace MediaBrowser.Dlna.Profiles
new DirectPlayProfile
{
+ Container = "m4a",
+ AudioCodec = "aac",
+ VideoCodec = "",
+ Type = DlnaProfileType.Audio
+ },
+
+ new DirectPlayProfile
+ {
Container = "jpeg",
Type = DlnaProfileType.Photo
}