API: add a "dateFinished" field to TorrentProperties

This commit is contained in:
Jesse Chan
2021-05-17 21:17:28 +08:00
parent f8ea2b5d71
commit 4e6d4136cb
7 changed files with 15 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ export interface TorrentProperties {
bytesDone: number;
dateAdded: number;
dateCreated: number;
dateFinished: number;
directory: string;
downRate: number;
downTotal: number;