KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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() |
|
|
|