We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4d30b commit c8b2201Copy full SHA for c8b2201
src/lib/rss/remoteItemParser.ts
@@ -29,7 +29,7 @@ const handleRemoteItemsFeedParsing = async (feedGuidsToParse: string[]) => {
29
const pvExistingFeed = await feedService.getByPodcastGuid(feedGuid);
30
31
if (!pvExistingFeed) {
32
- const piFeedDataResponse = await podcastIndexService.getPodcastByGuid(feedGuid);
+ const piFeedDataResponse = await podcastIndexService.podcastGetByGuid(feedGuid);
33
if (piFeedDataResponse?.feed?.id && piFeedDataResponse?.feed?.url) {
34
const piFeedData: PIFeedWithPodcastGuidData = {
35
id: piFeedDataResponse.feed.id,
0 commit comments