From 8ea82c62ed562613641b839471f15c08afea435b Mon Sep 17 00:00:00 2001 From: alxlaxv <35723598+alxlaxv@users.noreply.github.com> Date: Fri, 19 Oct 2018 23:39:28 +0200 Subject: [PATCH] Using icons --- 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 fc729650..7cc1bb63 100644 --- a/app/SupportedApps/Sonarr.php +++ b/app/SupportedApps/Sonarr.php @@ -51,8 +51,8 @@ class Sonarr implements Contracts\Applications, Contracts\Livestats { $active = 'active'; $html = ' '; return json_encode(['status' => $active, 'html' => $html]);