CauseFX 5 лет назад
Родитель
Сommit
8e1db6da99
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/homepage/lidarr.php

+ 1 - 1
api/homepage/lidarr.php

@@ -130,7 +130,7 @@ trait LidarrHomepageItem
 		foreach ($list as $key => $value) {
 			try {
 				$downloader = new Kryptonit3\Sonarr\Sonarr($value['url'], $value['token'], true);
-				$results = $downloader->getCalendar($startDate, $endDate, );
+				$results = $downloader->getCalendar($startDate, $endDate);
 				$result = json_decode($results, true);
 				if (is_array($result) || is_object($result)) {
 					$calendar = (array_key_exists('error', $result)) ? '' : $this->formatLidarrCalendar($results, $key);