From da529fe92fd76621da4d0539ff1b87d30530a4b1 Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 2 Feb 2024 21:30:15 +0100 Subject: [PATCH] Oups --- legacy/application/services/PodcastEpisodeService.php | 1 - 1 file changed, 1 deletion(-) 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(),