mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update apiClient.ts
This commit is contained in:
@@ -41,7 +41,7 @@ export class ApiClient {
|
||||
}
|
||||
|
||||
async download(filename: string) {
|
||||
const stream = await this.storage.createStream(`/temp/data/${filename}`)
|
||||
const stream = await this.storage.createStream(`temp/data/${filename}`)
|
||||
|
||||
const bar = this.progressBar.create(0, 0, { filename })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user