This should help #202

pull/226/head
TidusJar 9 years ago
parent c7e3409935
commit f9205fc027

@ -130,9 +130,10 @@ namespace PlexRequests.Api
{
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 (e);
return new CouchPotatoMovies();
}
}

Loading…
Cancel
Save