diff --git a/app/SupportedApps/Sonarr.php b/app/SupportedApps/Sonarr.php index f2378a75..2035ffd5 100644 --- a/app/SupportedApps/Sonarr.php +++ b/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 = '