Skip to content

Commit

Permalink
fix: Incorrect story
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Jun 23, 2024
1 parent 952b8a2 commit e02f326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/se01ep05.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const SE1EP05 = [
.fill(0)
.map((_, index) =>
AudioEvent(
Time(0, 10, index + 37),
Time(0, 10, index + 38),
`S001-EP001-${(index + 36).toString().padStart(3, '0')}.mp3`,
),
),
Expand Down

0 comments on commit e02f326

Please sign in to comment.