[webtorrent] add missing property "progress" on TorrentFile (#43460)

* Add missing property "progress" on TorrentFile

* Remove trailing space
This commit is contained in:
Francesco Belvedere 2020-04-01 20:58:50 +01:00 committed by GitHub
parent 3b2373049e
commit 6b97870ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,8 @@ declare namespace WebTorrent {
readonly downloaded: number;
readonly progress: number;
select(): void;
deselect(): void;