From 1e650e12694010e066e5287f7849a75d1d710656 Mon Sep 17 00:00:00 2001 From: alxlaxv <35723598+alxlaxv@users.noreply.github.com> Date: Fri, 19 Oct 2018 23:47:08 +0200 Subject: [PATCH] Update Sonarr.php --- app/SupportedApps/Sonarr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/SupportedApps/Sonarr.php b/app/SupportedApps/Sonarr.php index 5899e2e1..a9c35251 100644 --- a/app/SupportedApps/Sonarr.php +++ b/app/SupportedApps/Sonarr.php @@ -51,10 +51,10 @@ class Sonarr implements Contracts\Applications, Contracts\Livestats { $active = 'active'; $html = ' '; return json_encode(['status' => $active, 'html' => $html]);