sync updates

This commit is contained in:
Luke Pulverenti
2015-02-07 01:02:42 -05:00
parent e6e5d1a794
commit cf0875ef6c
10 changed files with 11 additions and 73 deletions

View File

@@ -17,19 +17,6 @@ namespace MediaBrowser.Server.Implementations.Sync
_deviceManager = deviceManager;
}
public IEnumerable<SyncTarget> GetSyncTargets()
{
return _deviceManager.GetDevices(new DeviceQuery
{
SupportsSync = true
}).Items.Select(i => new SyncTarget
{
Id = i.Id,
Name = i.Name
});
}
public IEnumerable<SyncTarget> GetSyncTargets(string userId)
{
return _deviceManager.GetDevices(new DeviceQuery