alxlaxv
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
2 deletions
-
app/SupportedApps/Sonarr.php
|
@ -1,9 +1,11 @@ |
|
|
<?php namespace App\SupportedApps; |
|
|
<?php namespace App\SupportedApps; |
|
|
|
|
|
|
|
|
use GuzzleHttp\Exception\GuzzleException; |
|
|
use GuzzleHttp\Exception\GuzzleException; |
|
|
use GuzzleHttp\Client; |
|
|
use GuzzleHttp\Client; |
|
|
|
|
|
|
|
|
class Sonarr implements Contracts\Applications |
|
|
class Sonarr implements Contracts\Applications, Contracts\Livestats { |
|
|
{ |
|
|
|
|
|
|
|
|
public $config; |
|
|
|
|
|
|
|
|
public function defaultColour() |
|
|
public function defaultColour() |
|
|
{ |
|
|
{ |
|
|