aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Profiles
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-04 14:31:40 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-04 14:31:40 -0400
commit5b6356e7795cfeadcb86ba731658733b494a9e8b (patch)
tree663f04ae7de2b882630edf1d498a1497436e5b64 /Emby.Dlna/Profiles
parent7fbea5d96d9df7b5e487c534ad5c37d54d2105ea (diff)
remove ImageMagick from Windows
Diffstat (limited to 'Emby.Dlna/Profiles')
-rw-r--r--Emby.Dlna/Profiles/DefaultProfile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Profiles/DefaultProfile.cs b/Emby.Dlna/Profiles/DefaultProfile.cs
index 70d08f9a9c..06ce936408 100644
--- a/Emby.Dlna/Profiles/DefaultProfile.cs
+++ b/Emby.Dlna/Profiles/DefaultProfile.cs
@@ -70,7 +70,7 @@ namespace Emby.Dlna.Profiles
new DirectPlayProfile
{
- Container = "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,opus,flac",
+ Container = "aac,mp3,mpa,wav,wma,mp2,ogg,oga,webma,ape,opus,flac,m4a",
Type = DlnaProfileType.Audio
}
};