diff --git a/funi.ts b/funi.ts index e1ad5cb..7646748 100644 --- a/funi.ts +++ b/funi.ts @@ -837,7 +837,7 @@ export default class Funi implements ServiceClass { public async downloadFile(filename: string, chunkList: { segments: Record[], - }, timeout: number, partsize: number, fsRetryTime: number, override?: "Y" | "y" | "N" | "n" | "C" | "c", callback?: HLSCallback) { + }, timeout: number, partsize: number, fsRetryTime: number, override?: 'Y' | 'y' | 'N' | 'n' | 'C' | 'c', callback?: HLSCallback) { const downloadStatus = await new hlsDownload({ m3u8json: chunkList, output: `${filename + '.ts'}`,