diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-23 12:57:47 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-23 12:57:47 -0500 |
| commit | e1da7b80f4e8e64d6aec307e9f093062ca1a7f02 (patch) | |
| tree | d759e9e3472bfb83244d7f9fc4e158622ac065e0 /Emby.Server.Implementations/Sync/CloudSyncProfile.cs | |
| parent | d350dc0edbff437cc2e5775e386da167dbd1224e (diff) | |
update cloud sync profile
Diffstat (limited to 'Emby.Server.Implementations/Sync/CloudSyncProfile.cs')
| -rw-r--r-- | Emby.Server.Implementations/Sync/CloudSyncProfile.cs | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/Emby.Server.Implementations/Sync/CloudSyncProfile.cs b/Emby.Server.Implementations/Sync/CloudSyncProfile.cs index 1a78c8ae6..c0675df81 100644 --- a/Emby.Server.Implementations/Sync/CloudSyncProfile.cs +++ b/Emby.Server.Implementations/Sync/CloudSyncProfile.cs @@ -68,7 +68,7 @@ namespace Emby.Server.Implementations.Sync }, new ProfileCondition { - Condition = ProfileConditionType.EqualsAny, + Condition = ProfileConditionType.Equals, Property = ProfileConditionValue.NumVideoStreams, Value = "1", IsRequired = false @@ -232,20 +232,6 @@ namespace Emby.Server.Implementations.Sync { new ProfileCondition { - Condition = ProfileConditionType.LessThanEqual, - Property = ProfileConditionValue.AudioChannels, - Value = "2", - IsRequired = true - }, - new ProfileCondition - { - Condition = ProfileConditionType.LessThanEqual, - Property = ProfileConditionValue.AudioBitrate, - Value = "320000", - IsRequired = true - }, - new ProfileCondition - { Condition = ProfileConditionType.Equals, Property = ProfileConditionValue.IsSecondaryAudio, Value = "false", |
