aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Zetterlund <z@7illusions.com>2015-01-02 11:15:06 +0100
committerFredrik Zetterlund <z@7illusions.com>2015-01-02 11:15:06 +0100
commit1c5c765a475d051907beb4e9270ed4fc7008566e (patch)
tree6cedfe3d2aeb81366a822b5ed4e3563b437c17b9
parent4b1962d779cb91bfa5fd19687c0635ff7759ca74 (diff)
Update Windows81Profile.cs
Reenabled .mov directplay-profile
-rw-r--r--MediaBrowser.Dlna/Profiles/Windows81Profile.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Dlna/Profiles/Windows81Profile.cs b/MediaBrowser.Dlna/Profiles/Windows81Profile.cs
index 60c5990fe..6bb5600ae 100644
--- a/MediaBrowser.Dlna/Profiles/Windows81Profile.cs
+++ b/MediaBrowser.Dlna/Profiles/Windows81Profile.cs
@@ -7,7 +7,7 @@ namespace MediaBrowser.Dlna.Profiles
[XmlRoot("Profile")]
public class Windows81Profile : DefaultProfile
{
- public Windows81Profile()
+ public Windows81Profile()
{
Name = "Windows 8/RT";
@@ -55,7 +55,7 @@ namespace MediaBrowser.Dlna.Profiles
{
new DirectPlayProfile
{
- Container = "mp4",
+ Container = "mp4,mov",
VideoCodec = "h264,mpeg4",
AudioCodec = "aac,ac3,eac3,mp3,pcm",
Type = DlnaProfileType.Video