flac fix for samsung dlna
This commit is contained in:
parent
b6f7f0273a
commit
2d25be5ee8
|
@ -336,6 +336,13 @@ namespace MediaBrowser.Dlna.Profiles
|
|||
Container = "mkv",
|
||||
MimeType = "video/x-mkv",
|
||||
Type = DlnaProfileType.Video
|
||||
},
|
||||
|
||||
new ResponseProfile
|
||||
{
|
||||
Container = "flac",
|
||||
MimeType = "audio/x-flac",
|
||||
Type = DlnaProfileType.Audio
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -110,6 +110,9 @@
|
|||
<ResponseProfile container="mkv" type="Video" mimeType="video/x-mkv">
|
||||
<Conditions />
|
||||
</ResponseProfile>
|
||||
<ResponseProfile container="flac" type="Audio" mimeType="audio/x-flac">
|
||||
<Conditions />
|
||||
</ResponseProfile>
|
||||
</ResponseProfiles>
|
||||
<SubtitleProfiles>
|
||||
<SubtitleProfile format="srt" method="External" didlMode="CaptionInfoEx" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user