This commit is contained in:
Igor Katson 2023-11-22 21:20:28 +00:00
parent 07b99f4ac9
commit 50ca906421
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -93,7 +93,7 @@ interface TorrentStats {
};
time_remaining: {
human_readable: string;
duration: {
duration?: {
secs: number,
}
} | null;