diff --git a/crunchy.ts b/crunchy.ts index f2da749..7579ed5 100644 --- a/crunchy.ts +++ b/crunchy.ts @@ -1380,7 +1380,7 @@ export default class Crunchy implements ServiceClass { items: CrunchyEpisode[]; langs: langsData.LanguageItem[]; }>}> { - await this.refreshToken(); + await this.refreshToken(true, true); let serieshasversions = true; const parsed = await this.parseSeriesById(id); if (!parsed)