Loading modules/PodcastImport/Commands/PodcastImport.php +1 −0 Original line number Diff line number Diff line Loading @@ -491,6 +491,7 @@ class PodcastImport extends BaseCommand 'type' => $item->itunes_episodeType->getValue(), 'is_blocked' => $item->itunes_block->getValue(), 'location' => $location, 'is_premium' => $this->podcast->is_premium_by_default, 'published_at' => $item->pubDate->getValue(), ]); Loading Loading
modules/PodcastImport/Commands/PodcastImport.php +1 −0 Original line number Diff line number Diff line Loading @@ -491,6 +491,7 @@ class PodcastImport extends BaseCommand 'type' => $item->itunes_episodeType->getValue(), 'is_blocked' => $item->itunes_block->getValue(), 'location' => $location, 'is_premium' => $this->podcast->is_premium_by_default, 'published_at' => $item->pubDate->getValue(), ]); Loading