mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
Added the ability to specify a year when searching for movies
This commit is contained in:
parent
8154334dae
commit
53cdcdc23b
14 changed files with 2108 additions and 1019 deletions
|
@ -10,7 +10,7 @@ namespace Ombi.Core
|
|||
|
||||
Task<IEnumerable<SearchMovieViewModel>> PopularMovies();
|
||||
|
||||
Task<IEnumerable<SearchMovieViewModel>> Search(string search);
|
||||
Task<IEnumerable<SearchMovieViewModel>> Search(string search, int? year);
|
||||
|
||||
Task<IEnumerable<SearchMovieViewModel>> TopRatedMovies();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue