From 068e964bad1ee1fa4e1f987c65f6fa8fc827b7d0 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Fri, 10 Feb 2023 11:05:36 -0800 Subject: [PATCH] Fix. --- src/data/episodes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/episodes.js b/src/data/episodes.js index 5c15610..b2349d7 100644 --- a/src/data/episodes.js +++ b/src/data/episodes.js @@ -7,11 +7,11 @@ import { extractFromXml } from '@extractus/feed-extractor' export const PAGE_SIZE = 15; const episodeExtra = { - '12220716': { + 'Buzzsprout-12220716': { slug: 'dropping-out-of-college-to-sell-my-first-saas-app', transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '078-mixed.srt')).toString()) }, - '12207725': { + 'Buzzsprout-12207725': { slug: 'the-truth-about-react-server-components', transcript: srtparsejs.parse(fs.readFileSync(path.join(process.cwd(), 'src', 'data', '077-mixed.srt')).toString()) },