1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: Handling of some really long qBittorrent ETAs

This commit is contained in:
Mark McDowall
2016-10-27 17:57:18 -07:00
parent bc438a6a63
commit 8f73a51522

View File

@@ -13,7 +13,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
public double Progress { get; set; } // Torrent progress (%/100)
public int Eta { get; set; } // Torrent ETA (seconds)
public ulong Eta { get; set; } // Torrent ETA (seconds)
public string State { get; set; } // Torrent state. See possible values here below