Loads of changes, improved the movie search stylings is back

This commit is contained in:
Jamie.Rees 2017-06-12 16:29:39 +01:00
parent dbade585e2
commit 22c5d3a19d
38 changed files with 390 additions and 162742 deletions

View file

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