sync updates

This commit is contained in:
Luke Pulverenti
2014-12-29 00:56:55 -05:00
parent 55a726cdef
commit 800a16a213
16 changed files with 86 additions and 9 deletions

View File

@@ -388,5 +388,12 @@ namespace MediaBrowser.Server.Implementations.Sync
return jobItemResult.Items.Select(GetJobItemInfo)
.ToList();
}
public async Task<SyncDataResponse> SyncData(SyncDataRequest request)
{
var response = new SyncDataResponse();
return response;
}
}
}