update resync

This commit is contained in:
Luke Pulverenti
2016-04-27 16:29:27 -04:00
parent f7128c7f8f
commit d54f791159
2 changed files with 10 additions and 3 deletions

View File

@@ -149,6 +149,11 @@ namespace MediaBrowser.Server.Implementations.Sync
{
var job = _syncRepo.GetJob(id);
if (job == null)
{
return Task.FromResult(true);
}
var result = _syncManager.GetJobItems(new SyncJobItemQuery
{
JobId = job.Id,