mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
This should help #202
This commit is contained in:
parent
c7e3409935
commit
f9205fc027
1 changed files with 2 additions and 1 deletions
|
@ -130,9 +130,10 @@ namespace PlexRequests.Api
|
||||||
{
|
{
|
||||||
return Api.Execute<CouchPotatoMovies>(request, baseUrl);
|
return Api.Execute<CouchPotatoMovies>(request, baseUrl);
|
||||||
}
|
}
|
||||||
catch (ApiRequestException) // Request error is already logged in the ApiRequest class
|
catch (Exception e) // Request error is already logged in the ApiRequest class
|
||||||
{
|
{
|
||||||
Log.Error("Error when attempting to GetMovies.");
|
Log.Error("Error when attempting to GetMovies.");
|
||||||
|
Log.Error (e);
|
||||||
return new CouchPotatoMovies();
|
return new CouchPotatoMovies();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue