update dlna profiles

pull/1154/head
Luke Pulverenti 7 years ago
parent a759b09577
commit eece9d77a5

@ -31,7 +31,7 @@ namespace Emby.Dlna.Profiles
{
new DirectPlayProfile
{
Container = "aac,mp3,mpa,wav,wma,mp2,ogg,oga",
Container = "aac,mp3,wav,wma,flac",
Type = DlnaProfileType.Audio
},
};

@ -35,7 +35,7 @@
<IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
<XmlRootAttributes />
<DirectPlayProfiles>
<DirectPlayProfile container="aac,mp3,mpa,wav,wma,mp2,ogg,oga" type="Audio" />
<DirectPlayProfile container="aac,mp3,wav,wma,flac" type="Audio" />
</DirectPlayProfiles>
<TranscodingProfiles>
<TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />

Loading…
Cancel
Save