mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 10:06:40 +00:00
resolve update check errors
This commit is contained in:
@@ -284,5 +284,10 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
{
|
||||
return _repo.GetJobItem(id);
|
||||
}
|
||||
|
||||
public QueryResult<SyncJobItem> GetJobItems(SyncJobItemQuery query)
|
||||
{
|
||||
return _repo.GetJobItems(query);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user