mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Plex friends api
This commit is contained in:
parent
10b22cc7ab
commit
59d61b3a0f
6 changed files with 160 additions and 66 deletions
|
@ -27,9 +27,7 @@ namespace RequestPlex.Api
|
|||
var response = client.Execute<T>(request);
|
||||
|
||||
if (response.ErrorException != null)
|
||||
{
|
||||
|
||||
|
||||
{
|
||||
var message = "Error retrieving response. Check inner details for more info.";
|
||||
throw new ApplicationException(message, response.ErrorException);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue