mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Started on a infinite scroll on the discover page
This commit is contained in:
parent
aedc94686b
commit
ea54dfa3bf
11 changed files with 111 additions and 96 deletions
|
@ -25,5 +25,6 @@ namespace Ombi.Api.TheMovieDb
|
|||
Task<FullMovieInfo> GetFullMovieInfo(int movieId, string langCode);
|
||||
Task<TheMovieDbContainer<DiscoverMovies>> DiscoverMovies(string langCode, int keywordId);
|
||||
Task<Collections> GetCollection(string langCode, int collectionId);
|
||||
Task<List<MovieSearchResult>> PopularMovies(string langageCode, int page);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue