From 287d4f1f6c3cc624ab6055b386f96edcdee04399 Mon Sep 17 00:00:00 2001 From: alxlaxv <35723598+alxlaxv@users.noreply.github.com> Date: Fri, 19 Oct 2018 23:00:45 +0200 Subject: [PATCH] Update Sonarr.php --- app/SupportedApps/Sonarr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/SupportedApps/Sonarr.php b/app/SupportedApps/Sonarr.php index bdf63350..fcae57ab 100644 --- a/app/SupportedApps/Sonarr.php +++ b/app/SupportedApps/Sonarr.php @@ -2,7 +2,7 @@ use GuzzleHttp\Exception\GuzzleException; use GuzzleHttp\Client; -class Sonarr implements Contracts\Applications, Contracts\Livestats +class Sonarr implements Contracts\Applications { public function defaultColour()