mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Windows81Profile.cs
Reenabled .mov directplay-profile
This commit is contained in:
parent
4b1962d779
commit
1c5c765a47
@ -55,7 +55,7 @@ namespace MediaBrowser.Dlna.Profiles
|
|||||||
{
|
{
|
||||||
new DirectPlayProfile
|
new DirectPlayProfile
|
||||||
{
|
{
|
||||||
Container = "mp4",
|
Container = "mp4,mov",
|
||||||
VideoCodec = "h264,mpeg4",
|
VideoCodec = "h264,mpeg4",
|
||||||
AudioCodec = "aac,ac3,eac3,mp3,pcm",
|
AudioCodec = "aac,ac3,eac3,mp3,pcm",
|
||||||
Type = DlnaProfileType.Video
|
Type = DlnaProfileType.Video
|
||||||
|
Loading…
x
Reference in New Issue
Block a user