We now show the digital release date in the search if available #1962

This commit is contained in:
tidusjar 2018-02-28 11:54:29 +00:00
parent 4d11e16a80
commit 58e658262e
17 changed files with 1040 additions and 11 deletions

View file

@ -8,7 +8,7 @@ namespace Ombi.Api.TheMovieDb
public interface IMovieDbApi
{
Task<MovieResponseDto> GetMovieInformation(int movieId);
Task<MovieResponseDto> GetMovieInformationWithVideo(int movieId);
Task<MovieResponseDto> GetMovieInformationWithExtraInfo(int movieId);
Task<List<MovieSearchResult>> NowPlaying();
Task<List<MovieSearchResult>> PopularMovies();
Task<List<MovieSearchResult>> SearchMovie(string searchTerm);