From b4b376c22ab49473bd06aa7dd03c4c7583ba9e89 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Sat, 26 Aug 2023 11:54:11 +0200 Subject: [PATCH] meetup fix --- app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php b/app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php index 7c560514..c05f86ec 100644 --- a/app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php +++ b/app/Console/Commands/Feed/ReadAndSyncPodcastFeeds.php @@ -54,7 +54,7 @@ class ReadAndSyncPodcastFeeds extends Command 5910857, // SOS - Shield Of Satoshi - Ein Bitcoin Podcast 5045045, // Bitcoin Bibliothek 4138995, // Orange Relationship - 5326181, // Powering Bitcoin - Bitcoin & Energy + // 5326181, // Powering Bitcoin - Bitcoin & Energy 5783120, // Bitcoin´s Energie und Zeit 558916, // Bitcoin verstehen 5248065, // Bitcoin Sozial – Lesestunde @@ -65,6 +65,7 @@ class ReadAndSyncPodcastFeeds extends Command $podcast = $client->podcasts->byFeedId($feedId) ->json(); if (is_array($podcast->feed)) { + dd($podcast->feed); Log::error('Error importing feed: ' . $feedId); } $this->info('Importing: ' . $podcast->feed->title);