Added a similar button to the movie searches. Makes movie discoverablility easier

This commit is contained in:
tidusjar 2018-02-28 12:17:03 +00:00
parent 58e658262e
commit c47cc7f8f2
9 changed files with 59 additions and 4 deletions

View file

@ -17,5 +17,7 @@ namespace Ombi.Core
Task<IEnumerable<SearchMovieViewModel>> UpcomingMovies();
Task<SearchMovieViewModel> LookupImdbInformation(int theMovieDbId);
Task<IEnumerable<SearchMovieViewModel>> SimilarMovies(int theMovieDbId);
}
}