mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
More work on watcher, should all be good now. #878
This commit is contained in:
parent
34e00e15c2
commit
add4e86d49
5 changed files with 56 additions and 2 deletions
|
@ -36,5 +36,6 @@ namespace Ombi.Api.Interfaces
|
|||
WatcherAddMovieResult AddMovie(string imdbId, string apiKey, Uri baseUrl);
|
||||
WatcherListStatusResultContainer ListMovies(string apiKey, Uri baseUrl);
|
||||
WatcherListStatusResultContainer ListMovies(string apiKey, Uri baseUrl, string imdbId);
|
||||
WatcherVersion Version(string apiKey, Uri baseUri);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue