diff --git a/legacy/application/services/PodcastEpisodeService.php b/legacy/application/services/PodcastEpisodeService.php index a0fbbaf045..a0b25532ee 100644 --- a/legacy/application/services/PodcastEpisodeService.php +++ b/legacy/application/services/PodcastEpisodeService.php @@ -472,7 +472,6 @@ public function _getImportedPodcastEpisodeArray($podcast, $episodes) if (!empty($file) && $file['import_status'] == CcFiles::IMPORT_STATUS_PENDING) { $ingested = -1; } - $itemdesc = $item->get_description() ? $item->get_description() : ''; array_push($episodesArray, [ 'podcast_id' => $podcast->getDbId(),