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()