Update crunchy.ts
This commit is contained in:
parent
cd9a83d3fc
commit
8cd863c885
1 changed files with 1 additions and 1 deletions
|
|
@ -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[];
|
||||
}>}> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue