resolve update check errors

This commit is contained in:
Luke Pulverenti
2014-12-17 00:52:34 -05:00
parent 13274348e9
commit 3763f7d912
5 changed files with 29 additions and 21 deletions

View File

@@ -284,5 +284,10 @@ namespace MediaBrowser.Server.Implementations.Sync
{
return _repo.GetJobItem(id);
}
public QueryResult<SyncJobItem> GetJobItems(SyncJobItemQuery query)
{
return _repo.GetJobItems(query);
}
}
}