Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ function buildShowNotes(
for (const section of script.sections ?? []) {
lines.push(`- ${section.title}`);
}
lines.push("", "---", "Generated with PodcastYes.");
lines.push("", "---", "Generated with Podcast Distribution AI.");
return lines.join("\n") + "\n";
}