This commit is contained in:
Harry Rose 2026-03-13 20:14:14 +00:00
parent 1e19bf3031
commit 12b04faed2

View file

@ -313,7 +313,7 @@ class PodcastEpisode extends Model {
newChapters[newChapters.length - 1].end = audioDurationSecs
}
Logger.info(`[PodcastEpisode] Successfully gnerated ${newChapters.length} chapters`)
Logger.info(`[PodcastEpisode] Successfully generated ${newChapters.length} chapters`)
if (newChapters.length == 1) {
throw new Error('Only one chapter found, treating as invalid description')