Переглянути джерело

lol my bad for amateur hour

CauseFX 5 роки тому
батько
коміт
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);