mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Added a similar button to the movie searches. Makes movie discoverablility easier
This commit is contained in:
parent
58e658262e
commit
c47cc7f8f2
9 changed files with 59 additions and 4 deletions
|
@ -17,5 +17,7 @@ namespace Ombi.Core
|
|||
Task<IEnumerable<SearchMovieViewModel>> UpcomingMovies();
|
||||
|
||||
Task<SearchMovieViewModel> LookupImdbInformation(int theMovieDbId);
|
||||
|
||||
Task<IEnumerable<SearchMovieViewModel>> SimilarMovies(int theMovieDbId);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue