added /logs

This commit is contained in:
Keivan Beigi 2013-06-04 17:49:53 -07:00
commit 9160343a51
16 changed files with 231 additions and 16 deletions

View file

@ -36,7 +36,7 @@ namespace NzbDrone.Core.History
public PagingSpec<History> Paged(PagingSpec<History> pagingSpec)
{
return _historyRepository.Paged(pagingSpec);
return _historyRepository.GetPaged(pagingSpec);
}
public void Purge()