mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update apiClient.ts
This commit is contained in:
parent
3789b88d0e
commit
1ae99d5470
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export class ApiClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
async download(filename: string) {
|
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 })
|
const bar = this.progressBar.create(0, 0, { filename })
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue