update live tv grid style

This commit is contained in:
Luke Pulverenti
2015-04-14 15:11:29 -04:00
parent 760f298dcc
commit 639d8d360f
3 changed files with 18 additions and 22 deletions

View File

@@ -206,7 +206,7 @@ namespace MediaBrowser.Server.Implementations.Sync
Condition = ProfileConditionType.LessThanEqual,
Property = ProfileConditionValue.AudioChannels,
Value = "5",
IsRequired = true
IsRequired = false
},
new ProfileCondition
{
@@ -220,7 +220,7 @@ namespace MediaBrowser.Server.Implementations.Sync
codecProfiles.Add(new CodecProfile
{
Type = CodecType.VideoAudio,
Codec = "ac3",
Codec = "aac,mp3",
Conditions = new[]
{
new ProfileCondition