update sync scripts

This commit is contained in:
Luke Pulverenti
2016-12-10 02:16:15 -05:00
parent e936f49518
commit 0c2489059d
4 changed files with 0 additions and 19 deletions

View File

@@ -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;