mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-04-03 02:53:58 -06:00
Fix TS: add filesize to ProgressEvent interface
This commit is contained in:
parent
b834f63e80
commit
ae1711ada4
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ export interface ProgressEvent {
|
|||
downloaded_bytes: number | null
|
||||
total_bytes: number | null
|
||||
filename: string | null
|
||||
filesize?: number | null
|
||||
error_message?: string | null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue