This commit is contained in:
Izuco 2022-03-19 10:51:09 +01:00
parent 5931760449
commit 9855faa91a
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA

View file

@ -837,7 +837,7 @@ export default class Funi implements ServiceClass {
public async downloadFile(filename: string, chunkList: {
segments: Record<string, unknown>[],
}, 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'}`,