mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
Fix tab indicator
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Lantean.QBitTorrentClient.Models
|
||||
long downloadLimit,
|
||||
long downloadSpeed,
|
||||
long downloadSpeedAverage,
|
||||
int estimatedTimeOfArrival,
|
||||
long estimatedTimeOfArrival,
|
||||
long lastSeen,
|
||||
int connections,
|
||||
int connectionsLimit,
|
||||
@@ -104,7 +104,7 @@ namespace Lantean.QBitTorrentClient.Models
|
||||
public long DownloadSpeedAverage { get; }
|
||||
|
||||
[JsonPropertyName("eta")]
|
||||
public int EstimatedTimeOfArrival { get; }
|
||||
public long EstimatedTimeOfArrival { get; }
|
||||
|
||||
[JsonPropertyName("last_seen")]
|
||||
public long LastSeen { get; }
|
||||
|
Reference in New Issue
Block a user