From 0c2489059d80fd5d56fc0c894cfe6e784fc685fa Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 10 Dec 2016 02:16:15 -0500 Subject: update sync scripts --- Emby.Server.Implementations/Devices/DeviceManager.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Emby.Server.Implementations') diff --git a/Emby.Server.Implementations/Devices/DeviceManager.cs b/Emby.Server.Implementations/Devices/DeviceManager.cs index cdf636e22d..88c0ea2035 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 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; -- cgit v1.2.3