From 226bc84a4c08361ad582c340457a538c1498a792 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Sat, 17 Mar 2018 13:15:39 +0000 Subject: [PATCH] removed duplicate semi-colon --- app/SupportedApps/CouchPotato.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/SupportedApps/CouchPotato.php b/app/SupportedApps/CouchPotato.php index b2ea729f..82d93343 100644 --- a/app/SupportedApps/CouchPotato.php +++ b/app/SupportedApps/CouchPotato.php @@ -90,7 +90,7 @@ class CouchPotato implements Contracts\Applications, Contracts\Livestats
  • Available'.$availableMovies.'
  • '; - return json_encode(['status' => 'inactive', 'html' => $html]);; + return json_encode(['status' => 'inactive', 'html' => $html]); } private function sendRequest()