@lingjingai/scriptctl 0.25.11 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3543,7 +3543,7 @@ export function mergeEpisodeResults(results, title, opts = {}) {
3543
3543
  });
3544
3544
  }
3545
3545
  const episodeEntry = {
3546
- episode_id: fmtId("ep", Number(result["episode"] ?? episodes.length + 1)),
3546
+ episode_id: fmtId("ep", episodes.length + 1),
3547
3547
  title: result["title"],
3548
3548
  scenes,
3549
3549
  };