Browse Source

Update Sonarr.php

pull/271/head
alxlaxv 7 years ago
committed by GitHub
parent
commit
e00b473fc2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/SupportedApps/Sonarr.php

2
app/SupportedApps/Sonarr.php

@ -52,7 +52,7 @@ class Sonarr implements Contracts\Applications, Contracts\Livestats {
$html = ' $html = '
<ul class="livestats"> <ul class="livestats">
<li><span class="title">Missing: '.$this->getMissing().'</span></li> <li><span class="title">Missing: '.$this->getMissing().'</span></li>
<li><span class="title">Activity: '.$this->getQueue().'</span></li>
</ul> </ul>
'; ';
return json_encode(['status' => $active, 'html' => $html]); return json_encode(['status' => $active, 'html' => $html]);

Loading…
Cancel
Save