From 0e688e196de5cbfbec460b519180bb5cbf3d7fc1 Mon Sep 17 00:00:00 2001 From: alxlaxv <35723598+alxlaxv@users.noreply.github.com> Date: Tue, 16 Oct 2018 20:06:07 +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 7d35f1f1..f2378a75 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 { +class Sonarr implements Contracts\Applications, Contracts\Livestats { public function defaultColour() { return '#163740';