mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Merged develop with V4
This commit is contained in:
commit
b07833e0e8
48 changed files with 2333 additions and 346 deletions
|
@ -26,5 +26,7 @@ namespace Ombi.Api.TheMovieDb
|
|||
Task<TheMovieDbContainer<DiscoverMovies>> DiscoverMovies(string langCode, int keywordId);
|
||||
Task<FullMovieInfo> GetFullMovieInfo(int movieId, CancellationToken cancellationToken, string langCode);
|
||||
Task<Collections> GetCollection(string langCode, int collectionId, CancellationToken cancellationToken);
|
||||
Task<List<Keyword>> SearchKeyword(string searchTerm);
|
||||
Task<Keyword> GetKeyword(int keywordId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue