Improved the search UI and made it more consistant.

Finished the Netflix API Part #884
This commit is contained in:
Jamie.Rees 2017-01-16 15:23:04 +00:00
commit 88c0651b1e
9 changed files with 98 additions and 7 deletions

View file

@ -31,6 +31,6 @@ namespace Ombi.Api.Interfaces
{
public interface INetflixApi
{
NetflixMovieResult GetMovies(string movieName, string year = null);
NetflixMovieResult CheckNetflix(string title, string year = null);
}
}