{#await currentPrequels}
Loading ...
{:then currentPrequels}
{#each currentPrequels as prequel}
-
|
{prequel.seen}/{prequel.episodes}
{#await fetch(`/api/subsplease?tz=${Intl.DateTimeFormat().resolvedOptions().timeZone}`).then( (r) => r.json() )}
Loading ...
{:then subsPlease}
{@html prequelAiringTime(prequel, subsPlease)}
{/await}
{/each}
{/await}
The count ratio is the number of episodes you've seen of any direct prequels, and the total number
of episodes of all direct prequels.