Started on a infinite scroll on the discover page

This commit is contained in:
tidusjar 2019-04-14 22:52:38 +01:00
commit ea54dfa3bf
11 changed files with 111 additions and 96 deletions

View file

@ -15,6 +15,7 @@ namespace Ombi.Core.Engine.Interfaces
Task<IEnumerable<SearchMovieViewModel>> NowPlayingMovies();
Task<MovieCollectionsViewModel> GetCollection(int collectionId, string langCode = null);
Task<int> GetTvDbId(int theMovieDbId);
Task<IEnumerable<SearchMovieViewModel>> PopularMovies(int currentlyLoaded, int toLoad);
int ResultLimit { get; set; }
}
}