This commit is contained in:
tidusjar 2017-02-12 22:22:26 +00:00
commit eb0d0ee5b0
2 changed files with 2 additions and 9 deletions

View file

@ -70,7 +70,7 @@ namespace Ombi.Services.Jobs
{
if (watcherSettings.Enabled)
{
var movies = WatcherApi.ListMovies(watcherSettings.ApiKey, watcherSettings.FullUri);
var movies = WatcherApi.ListMovies(watcherSettings.ApiKey, watcherSettings.FullUri);
if (movies.Error)
{
Log.Error("Error when trying to get Watchers movies");