feat: add episode selector

This commit is contained in:
Kentai Radiquum 2025-03-15 22:19:11 +05:00
parent 1b765fe857
commit cdce98b7e6
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 148 additions and 30 deletions

View file

@ -32,7 +32,7 @@ async function _fetch(url: string) {
return data;
}
const getAnonEpisodesWatched = (
export const getAnonEpisodesWatched = (
Release: number,
Source: number,
Voiceover: number
@ -80,7 +80,7 @@ const getAnonCurrentEpisodeWatched = (
return anonEpisodesWatched[Release][Source][Voiceover][Episode];
};
const saveAnonEpisodeWatched = (
export const saveAnonEpisodeWatched = (
Release: number,
Source: number,
Voiceover: number,