Eslint
This commit is contained in:
parent
5931760449
commit
9855faa91a
1 changed files with 1 additions and 1 deletions
2
funi.ts
2
funi.ts
|
|
@ -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'}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue