WIP on recently requested

This commit is contained in:
tidusjar 2021-07-05 15:21:55 +01:00
commit d417526b26
6 changed files with 65 additions and 2 deletions

View file

@ -14,5 +14,6 @@ namespace Ombi.Core
Task<IEnumerable<SearchTvShowViewModel>> Popular(int currentlyLoaded, int amountToLoad, string langCustomCode = null);
Task<IEnumerable<SearchTvShowViewModel>> Anticipated(int currentlyLoaded, int amountToLoad);
Task<IEnumerable<SearchTvShowViewModel>> Trending(int currentlyLoaded, int amountToLoad);
Task<IEnumerable<SearchFullInfoTvShowViewModel>> RecentlyRequestedShows(int currentlyLoaded, int toLoad, CancellationToken cancellationToken);
}
}