Skip to content

Commit 8f73a51

Browse files
committed
Fixed: Handling of some really long qBittorrent ETAs
1 parent bc438a6 commit 8f73a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NzbDrone.Core/Download/Clients/qBittorrent/QBittorrentTorrent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class QBittorrentTorrent
1313

1414
public double Progress { get; set; } // Torrent progress (%/100)
1515

16-
public int Eta { get; set; } // Torrent ETA (seconds)
16+
public ulong Eta { get; set; } // Torrent ETA (seconds)
1717

1818
public string State { get; set; } // Torrent state. See possible values here below
1919

0 commit comments

Comments
 (0)