alxlaxv
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/Sonarr.php
|
|
@ -41,7 +41,7 @@ class Sonarr implements Contracts\Applications, Contracts\Livestats { |
|
|
|
$wanted = json_decode($wantedRes->getBody()); |
|
|
|
$queue = json_decode($queueRes->getBody()); |
|
|
|
$wantedCount = $wanted->totalRecords; |
|
|
|
$queueCount = $queue->totalRecords; |
|
|
|
$queueCount = sizeof($queue); |
|
|
|
$html = ' |
|
|
|
<ul class="livestats"> |
|
|
|
<li><span class="title">Wanted: '.$wantedCount[1].'</span></li> |
|
|
|