alxlaxv
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
app/SupportedApps/Sonarr.php
|
|
@ -23,9 +23,9 @@ class Sonarr implements Contracts\Applications, Contracts\Livestats { |
|
|
|
{ |
|
|
|
echo 'Successfully connected to the API'; |
|
|
|
} |
|
|
|
else if(isset($wanted->error)) |
|
|
|
else if(isset($status->error)) |
|
|
|
{ |
|
|
|
echo 'Error: '. $wanted->error; |
|
|
|
echo 'Error: '. $status->error; |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|