mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed #934
This commit is contained in:
parent
7042365e0f
commit
18b12f1a97
3 changed files with 3 additions and 3 deletions
|
@ -31,6 +31,6 @@ namespace Ombi.Api.Interfaces
|
|||
{
|
||||
public interface INetflixApi
|
||||
{
|
||||
NetflixMovieResult GetMovies(string movieName, string year = null)
|
||||
NetflixMovieResult GetMovies(string movieName, string year = null);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue