diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-10 02:16:15 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-10 02:16:15 -0500 |
| commit | 0c2489059d80fd5d56fc0c894cfe6e784fc685fa (patch) | |
| tree | 8596318ce658eee1870640bacb92e0171d9bac74 /Emby.Server.Implementations/Devices/DeviceManager.cs | |
| parent | e936f49518bcd6e28d44600d58205fee9c1e21fd (diff) | |
update sync scripts
Diffstat (limited to 'Emby.Server.Implementations/Devices/DeviceManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Devices/DeviceManager.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Emby.Server.Implementations/Devices/DeviceManager.cs b/Emby.Server.Implementations/Devices/DeviceManager.cs index cdf636e22..88c0ea203 100644 --- a/Emby.Server.Implementations/Devices/DeviceManager.cs +++ b/Emby.Server.Implementations/Devices/DeviceManager.cs @@ -101,13 +101,6 @@ namespace Emby.Server.Implementations.Devices { IEnumerable<DeviceInfo> devices = _repo.GetDevices().OrderByDescending(i => i.DateLastModified); - if (query.SupportsContentUploading.HasValue) - { - var val = query.SupportsContentUploading.Value; - - devices = devices.Where(i => GetCapabilities(i.Id).SupportsContentUploading == val); - } - if (query.SupportsSync.HasValue) { var val = query.SupportsSync.Value; |
