Update crunchy.ts

This commit is contained in:
Tera 2024-03-21 19:37:22 +02:00 committed by GitHub
parent cd9a83d3fc
commit 8cd863c885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2166,7 +2166,7 @@ export default class Crunchy implements ServiceClass {
merger.cleanUp();
}
public async listSeriesID(id: string, data: CrunchyMultiDownload | undefined = undefined): Promise<{ list: Episode[], data: Record<string, {
public async listSeriesID(id: string, data?: CrunchyMultiDownload): Promise<{ list: Episode[], data: Record<string, {
items: CrunchyEpisode[];
langs: langsData.LanguageItem[];
}>}> {