mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
Fixed #1104
This commit is contained in:
parent
15dab75418
commit
eb0d0ee5b0
2 changed files with 2 additions and 9 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue