Browse Source

removed duplicate semi-colon

pull/133/head
KodeStar 7 years ago
committed by GitHub
parent
commit
226bc84a4c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/SupportedApps/CouchPotato.php

2
app/SupportedApps/CouchPotato.php

@ -90,7 +90,7 @@ class CouchPotato implements Contracts\Applications, Contracts\Livestats
<li><span class="title">Available</span><sub>'.$availableMovies.'</sub></li>
</ul>
';
return json_encode(['status' => 'inactive', 'html' => $html]);;
return json_encode(['status' => 'inactive', 'html' => $html]);
}
private function sendRequest()

Loading…
Cancel
Save