diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-13 17:26:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-13 17:26:11 -0400 |
| commit | b1be4939dfd35f0bc11097e40bfee536fead8d4f (patch) | |
| tree | a7e4ed30a40db27fa9aee2704111e5f8b751bc03 /MediaBrowser.Server.Implementations/Sync | |
| parent | 365a992736a719a8183d7c031829770d7a62dcaa (diff) | |
update components
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sync')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Sync/CloudSyncProfile.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Sync/CloudSyncProfile.cs b/MediaBrowser.Server.Implementations/Sync/CloudSyncProfile.cs index 6272fe926..175dbbc01 100644 --- a/MediaBrowser.Server.Implementations/Sync/CloudSyncProfile.cs +++ b/MediaBrowser.Server.Implementations/Sync/CloudSyncProfile.cs @@ -210,6 +210,13 @@ namespace MediaBrowser.Server.Implementations.Sync }, new ProfileCondition { + Condition = ProfileConditionType.LessThanEqual, + Property = ProfileConditionValue.AudioBitrate, + Value = "320000", + IsRequired = true + }, + new ProfileCondition + { Condition = ProfileConditionType.Equals, Property = ProfileConditionValue.IsSecondaryAudio, Value = "false", @@ -232,6 +239,13 @@ namespace MediaBrowser.Server.Implementations.Sync }, new ProfileCondition { + Condition = ProfileConditionType.LessThanEqual, + Property = ProfileConditionValue.AudioBitrate, + Value = "320000", + IsRequired = true + }, + new ProfileCondition + { Condition = ProfileConditionType.Equals, Property = ProfileConditionValue.IsSecondaryAudio, Value = "false", |
