Skip to content

Commit

Permalink
Oups
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Feb 2, 2024
1 parent 84ff597 commit da529fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion legacy/application/services/PodcastEpisodeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit da529fe

Please sign in to comment.