We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc438a6 commit 8f73a51Copy full SHA for 8f73a51
src/NzbDrone.Core/Download/Clients/qBittorrent/QBittorrentTorrent.cs
@@ -13,7 +13,7 @@ public class QBittorrentTorrent
13
14
public double Progress { get; set; } // Torrent progress (%/100)
15
16
- public int Eta { get; set; } // Torrent ETA (seconds)
+ public ulong Eta { get; set; } // Torrent ETA (seconds)
17
18
public string State { get; set; } // Torrent state. See possible values here below
19
0 commit comments